Documentation ¶
Index ¶
- Variables
- func Marshal(v interface{}) ([]byte, error)
- func MarshalString(v any) (string, error)
- func NewDecoder(r io.Reader) *jsoniter.Decoder
- func NewEncoder(w io.Writer) *jsoniter.Encoder
- func SupportPrivateFields()
- func Unmarshal(data []byte, v any) error
- func UnmarshalString(data string, v any) error
- type Number
Constants ¶
This section is empty.
Variables ¶
View Source
var Standard = jsoniter.ConfigCompatibleWithStandardLibrary
Functions ¶
func MarshalString ¶ added in v1.15.7
func SupportPrivateFields ¶ added in v1.15.7
func SupportPrivateFields()
func UnmarshalString ¶ added in v1.15.7
Types ¶
Click to show internal directories.
Click to hide internal directories.