Versions in this module Expand all Collapse all v2 v2.0.0 Jun 18, 2023 Changes in this version + 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