//
pkg.gl
Category
github.com/tickstep/library-go
jsonhelper
package
0.1.3
Repository:
https://github.com/tickstep/library-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
6
Files
12 SLOC
#
Functions
MarshalData
MarshalData 将 data, 生成 json 格式的数据, 写入 w 中.
UnmarshalData
UnmarshalData 将 r 中的 json 格式的数据, 解析到 data.