Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Marshal returns the JSON encoding of v Marshal = marshal // MarshalIndent is like Marshal but applies Indent to format the output MarshalIndent = marshalIndent // Unmarshal parses the JSON-encoded data and stores the result // in the value pointed to by v. If v is nil or not a pointer, // Unmarshal returns an InvalidUnmarshalError. Unmarshal = unmarshal )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.