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
I think ints and floats should not be quoted, but since all the values are strings in the Marshal method, everything is quoted.
Maybe there could be a method that accepts map[string]interface{} and then converts accordingly
The text was updated successfully, but these errors were encountered:
mniak
changed the title
Marshall option that accept non-string values in the map
Marshal option that accept non-string values in the map
Jun 26, 2020
I think ints and floats should not be quoted, but since all the values are strings in the
Marshal
method, everything is quoted.Maybe there could be a method that accepts
map[string]interface{}
and then converts accordinglyThe text was updated successfully, but these errors were encountered: