Documentation
¶
Index ¶
- func Dump(m []byte, prefix string) string
- func Marshal(m interface{}) ([]byte, error)
- func Unmarshal(bytes []byte, m interface{}) error
- func UnmarshalArray(bytes [][]byte, array interface{}) error
- func UnmarshalArrayElement(bytes []byte, array interface{}) (interface{}, error)
- func UnmarshalAs(bytes []byte, m interface{}) (interface{}, error)
- type Marshaler
- type Unmarshaler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnmarshalArray ¶
func UnmarshalArrayElement ¶ added in v0.6.12
func UnmarshalAs ¶ added in v0.6.12
Types ¶
type Unmarshaler ¶
Click to show internal directories.
Click to hide internal directories.