package
1.2.4
Repository: https://github.com/gxxgle/go-utils.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
Get get value from JSON data by path.
GetFromString get value from JSON string by path.
Marshal returns the JSON encoding of v.
MarshalToString returns the JSON encoding to string of v.
MustMarshal must returns the JSON encoding of v.
MustMarshalToString must returns the JSON encoding to string of v.
Unmarshal parses the JSON-encoded data and stores the result in the value pointed to by v.
UnmarshalFromString unmarshal string to v.
UseNumber solve very big int64 digits loss.
Valid check JSON data.
ValidFromString check JSON string.

# Variables

No description provided by the author

# Type aliases

No description provided by the author