Documentation
¶
Overview ¶
使用第三方JSON库代替标准库
标签 Tags:
"go_json": `github.com/goccy/go-json` "jsoniter": `github.com/json-iterator/go` "sonic avx":`github.com/bytedance/sonic`
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Marshal returns the JSON encoding of v. Marshal = json.Marshal // Unmarshal parses the JSON-encoded data and stores the result in the value pointed to by v. Unmarshal = json.Unmarshal // MarshalIndent is like Marshal but applies Indent to format the output. MarshalIndent = json.MarshalIndent // NewDecoder returns a new decoder that reads from r. NewDecoder = json.NewDecoder // NewEncoder returns a new encoder that writes to w. NewEncoder = json.NewEncoder )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.