package
0.0.0-20200114073918-0653c479e30f
Repository: https://github.com/michain-org/hspeed-sdk-go.git
Documentation: pkg.go.dev

# Functions

DeepMarshalJSON marshals msg to w as JSON, but instead of marshaling bytes fields which contain nested marshaled messages as base64 (like the standard proto encoding), these nested messages are remarshaled as the JSON representation of those messages.
DeepUnmarshalJSON takes JSON output as generated by DeepMarshalJSON and decodes it into msg This includes re-marshaling the expanded nested elements to binary form.