You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All types that can be converted to or from JSON now have WriteToJSONWriter and ReadFromJSONReader methods that use the new go-jsonstream API for greater efficiency, although json.Marshal and json.Unmarshal still also work.
Deprecated:
The jsonstream subpackage in go-sdk-common is now deprecated in favor of go-jsonstream. The Go SDK no longer uses jsonstream, but it is retained here for backward compatibility with any other code that may have been using it. Some types still have WriteToJSONBuffer methods for using jsonstream; these are also deprecated.