Categorygithub.com/paulusrobin/gogen-golib/encoding/json
modulepackage
1.0.0
Repository: https://github.com/paulusrobin/gogen-golib.git
Documentation: pkg.go.dev

# Functions

Marshal function using jsoniter.
MarshalIndent function using jsoniter.
MarshalToString function using jsoniter.
NewDecoder function to return jsoniter.Decoder.
NewEncoder function to return jsoniter.Encoder.
Unmarshal function using jsoniter.
UnmarshalFromString function using jsoniter.