//
pkg.gl
Category
github.com/melonwool/go-zero
core
jsonx
package
1.1.7
Repository:
https://github.com/melonwool/go-zero.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
3
Files
43 SLOC
#
Functions
Marshal
Marshal marshals v into json bytes.
Unmarshal
Unmarshal unmarshals data bytes into v.
UnmarshalFromReader
UnmarshalFromReader unmarshals v from reader.
UnmarshalFromString
UnmarshalFromString unmarshals v from str.