Documentation ¶
Index ¶
- func Decode[T any](data []byte) (T, error)
- func DecodeAny(data []byte, v any) error
- func DecodeMap[K comparable, V any](data []byte) (map[K]V, error)
- func Encode(v any) ([]byte, error)
- func EncodeString(v any) (string, error)
- func Get[K comparable, V any](data []byte, key K) (V, error)
- func IsJson(b []byte) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.