Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "sonic"
Name is the name of the effective json package.
Variables ¶
View Source
var ( // Marshal is sonic implementation exported by hertz which is used by rendering. Marshal = json.Marshal // Unmarshal is sonic implementation exported by hertz which is used by binding. Unmarshal = json.Unmarshal // MarshalIndent is sonic implementation exported by hertz. MarshalIndent = json.MarshalIndent // NewDecoder is sonic implementation exported by hertz. NewDecoder = json.NewDecoder // NewEncoder is sonic implementation exported by hertz. NewEncoder = json.NewEncoder )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.