Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Marshal func(v interface{}) ([]byte, error) = json.Marshal
MarshalIndent func(v interface{}, prefix, indent string) ([]byte, error) = json.MarshalIndent
Unmarshal func(data []byte, v interface{}) error = json.Unmarshal
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.