# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MarshalIndent
@param indent 为了兼容性,用" "(4个空格)替代"\t"
*/.
MarshalIndentToString
@param indent 为了兼容性,用" "(4个空格)替代"\t"
*/.
MarshalIndentToStringWithAPI
@param indent 为了兼容性,用" "(4个空格)替代"\t"
*/.
MarshalIndentWithAPI
@param indent 为了兼容性,用" "(4个空格)替代"\t"
*/.
MarshalToFile
PS:
(1) 对 传参filePath 的验证和断言在 fileKit.WriteToFile 里面;
(2) 写入文件的json带有 indent.
MarshalToFileWithAPI
PS:
(1) 对 传参filePath 的验证和断言在 fileKit.WriteToFile 里面;
(2) 写入文件的json带有 indent.
MarshalToString
e.g.
No description provided by the author
No description provided by the author
Unmarshal 反序列化
@param v (1) 必须是指针(结构体实例指针 || map实例指针 || slice实例指针);
(2) 如果为 slice 或 map 类型,值可以为nil.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author