Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Marshal = gojson.Marshal
Marshal leverages the go-json library for Marshalling JSON. This avoids a recursive loop that occurs on marshal errors in json-iterator.
View Source
var NewDecoder = json.NewDecoder
View Source
var NewEncoder = json.NewEncoder
View Source
var Unmarshal = jsoniter.Unmarshal
Unmarshal leverages the json-iterator library for Unmarshalling JSON.
Functions ¶
This section is empty.
Types ¶
type RawMessage ¶
type RawMessage = json.RawMessage
type Unmarshaler ¶
type Unmarshaler = json.Unmarshaler
Click to show internal directories.
Click to hide internal directories.