Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Marshal = json.Marshal MarshalToString = json.MarshalToString MarshalIndent = json.MarshalIndent Unmarshal = json.Unmarshal UnmarshalFromString = json.UnmarshalFromString Get = json.Get NewEncoder = json.NewEncoder NewDecoder = json.NewDecoder Valid = json.Valid RegisterExtension = json.RegisterExtension DecoderOf = json.DecoderOf EncoderOf = json.EncoderOf )
Functions ¶
func MustMarshalToString ¶
func MustMarshalToString(data interface{}) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.