package
0.0.11
Repository: https://github.com/acmestack/godkits.git
Documentation: pkg.go.dev

# Functions

JsonBytesToAny convert json bytes to any wrap json.Unmarshal.
JsonStringToAny convert json bytes to any wrap json.Unmarshal.
ToJsonBytes convert any to json bytes wrap json.Marshal.
ToJsonString convert any to json string wrap json.Marshal.