//
pkg.gl
Category
github.com/common-library/go
json
package
1.2.1
Repository:
https://github.com/common-library/go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
4
Files
28 SLOC
#
Functions
ConvertFromFile
ConvertFromFile is convert json file to T.
ConvertFromString
ConvertFromString is convert json string to T.
ToString
ToString is convert struct to json.
ToStringIndent
ToStringIndent is convert the structto json by apply prefix and indent.