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
Currently the Java-compatible API parses JSON into an interface{} and then marshals it again before storing it in the DB (why even parse, then?). The structure parsed should be explicit. Also, there should be no panicing possible as there currently is with the MustMarshal-type utility functions.
The text was updated successfully, but these errors were encountered:
Currently the Java-compatible API parses JSON into an
interface{}
and then marshals it again before storing it in the DB (why even parse, then?). The structure parsed should be explicit. Also, there should be no panicing possible as there currently is with the MustMarshal-type utility functions.The text was updated successfully, but these errors were encountered: