//
pkg.gl
Category
github.com/fzf-labs/futil
jsonutil
package
1.0.0
Repository:
https://github.com/fzf-labs/futil.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
67 SLOC
#
README
json
#
Functions
Dump
Dump 打印.
IsJSON
IsJSON 检查字符串是否是有效的JSON.
Marshal
Marshal 编码.
MarshalToString
MarshalToString 编码到字符串.
StripComments
StripComments 去除 JSON 字符串的注释.
Unmarshal
Unmarshal 解码.
UnmarshalString
UnmarshalString 解码字符串.