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