package
1.0.0
Repository: https://github.com/fzf-labs/futil.git
Documentation: pkg.go.dev

# README

json

# Functions

Dump 打印.
IsJSON 检查字符串是否是有效的JSON.
Marshal 编码.
MarshalToString 编码到字符串.
StripComments 去除 JSON 字符串的注释.
Unmarshal 解码.
UnmarshalString 解码字符串.