Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Element ¶
type Element[K comparable, V any] struct { Key K Value V }
type Map ¶
type Map[K comparable, V any] struct { // contains filtered or unexported fields }
Map is wrapper for map that keeps it's order when deserializing from JSON Warning: it's highly inneficient and should only be used for configuration file or similar use cases
func (*Map[K, V]) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.