Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Marshal json marshal Marshal = stdJson.Marshal // Unmarshal json unmarshal Unmarshal = stdJson.Unmarshal // MarshalIndent json marshal indent MarshalIndent = stdJson.MarshalIndent // NewDecoder json new decoder function NewDecoder = stdJson.NewDecoder // NewEncoder json new encoder function NewEncoder = stdJson.NewEncoder )
Functions ¶
This section is empty.
Types ¶
type RawMessage ¶
type RawMessage = stdJson.RawMessage
RawMessage is a raw encoded JSON value. It implements Marshaler and Unmarshaler and can be used to delay JSON decoding or precompute a JSON encoding.
Click to show internal directories.
Click to hide internal directories.