//
pkg.gl
Category
github.com/no-src/nsgo
jsonutil
package
0.0.3
Repository:
https://github.com/no-src/nsgo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
9
Files
22 SLOC
#
Variables
Marshal
Marshal returns the JSON encoding of v.
MarshalIndent
MarshalIndent is like Marshal but applies Indent to format the output.
Unmarshal
Unmarshal parses the JSON-encoded data and stores the result in the value pointed to by v.