Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Marshal is exported by gojson/json package. Marshal = json.Marshal // Unmarshal is exported by gojson/json package. Unmarshal = json.Unmarshal // MarshalIndent is exported by gojson/json package. MarshalIndent = json.MarshalIndent // NewDecoder is exported by gojson/json package. NewDecoder = json.NewDecoder // NewEncoder is exported by gojson/json package. NewEncoder = json.NewEncoder )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.