//
pkg.gl
Category
github.com/donnol/jdnote
utils
json
package
0.2.0
Repository:
https://github.com/donnol/jdnote.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
28 SLOC
#
Functions
Indent
Indent 格式化后输出.
#
Structs
Decoder
Decoder 解码 将字段映射到指定结构的同名导出字段.
Encoder
Encoder 加密 TODO: 默认将导出字段的首字母改为小写 避免在定义结构体时写json tag,减少工作量.