Documentation ¶
Index ¶
- func Marshal(data interface{}) ([]byte, error)
- func MarshalIndent(data interface{}, prefix, indent string) ([]byte, error)
- func MarshalToString(data interface{}) (string, error)
- func NewDecoder(reader io.Reader) *jsoniter.Decoder
- func NewEncoder(writer io.Writer) *jsoniter.Encoder
- func ToStruct(in interface{}, out interface{}) error
- func Unmarshal(data []byte, v interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalIndent ¶
MarshalIndent adapter
func MarshalToString ¶
MarshalToString adapter
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.