Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NewDecoder = json.NewDecoder Unmarshal = json.Unmarshal NewEncoder = json.NewEncoder Marshal = json.Marshal MarshalIndent = json.MarshalIndent Compact = json.Compact HTMLEscape = json.HTMLEscape Valid = json.Valid )
Functions ¶
This section is empty.
Types ¶
type DecodeOption ¶
type DecodeOption = json.DecodeOption
type DecodeOptionFunc ¶
type DecodeOptionFunc = json.DecodeOptionFunc
type EncodeOption ¶
type EncodeOption = json.EncodeOption
type EncodeOptionFunc ¶
type EncodeOptionFunc = json.EncodeOptionFunc
type RawMessage ¶
type RawMessage = json.RawMessage
Click to show internal directories.
Click to hide internal directories.