package
2.9.114
Repository: https://github.com/richelieu-yang/chimera.git
Documentation: pkg.go.dev

# Functions

Marshal 序列化(可选配置: api && indent).
MarshalToString 序列化为json字符串(可选配置: api && indent).
WithApi @param api jsoniter.ConfigDefault || jsoniter.ConfigCompatibleWithStandardLibrary || jsoniter.ConfigFastest */.
WithIndent @param indent (0) 建议使用 " "(4个空格) (1) 目前只能是 "" 或 多个空格(不能有其他字符) (2) encoding/json标准库 可以用"\t" */.

# Variables

Unmarshal 反序列化.
UnmarshalFromString 反序列化.

# Type aliases

No description provided by the author