Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Marshal is exported by gin/json package. JSONMarshal = json.Marshal // Unmarshal is exported by gin/json package. JSONUnmarshal = json.Unmarshal // MarshalIndent is exported by gin/json package. JSONMarshalIndent = json.MarshalIndent // NewDecoder is exported by gin/json package. JSONNewDecoder = json.NewDecoder // NewEncoder is exported by gin/json package. JSONNewEncoder = json.NewEncoder )
Functions ¶
func DefaultReqJSON ¶
func RespParseJSON ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.