Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( JSONMarshal = jsonStd.Marshal JSONUnmarshal = jsonStd.Unmarshal )
标准jsoniter json库 100%兼容
View Source
var ( JSONFastMarshal = jsonFast.Marshal JSONFastUnmarshal = jsonFast.Unmarshal JSONFastMarshalSnappy = fastMarshalSnappy JSONFastUnmarshalSnappy = fastUnmarshalSnappy TrySnappyCompress = compressJSON )
快速jsoniter json库 -- 浮点数会丢失精度,小数点最多后6位
Functions ¶
func LoadJSONFile2Obj ¶
LoadJSONFile2Obj 读取json文件并序列化到传入的指针中
Types ¶
type CompressType ¶
type CompressType byte
const ( CompressThreshHold = 256 CompressSnappy CompressType = 128 )
Click to show internal directories.
Click to hide internal directories.