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
The text was updated successfully, but these errors were encountered:
oschwald
changed the title
Unmarshaling to jsoniter.Number behaves differently than encoding/json
Unmarshaling to jsoniter.Number behaves differently from encoding/json
Oct 2, 2017
encoding/json
allows non-numeric strings asjson.Number
whilejsoniter
requires that the string be a number. For instance, given:jsoniter
panics with:while
encoding/json
outputs:The text was updated successfully, but these errors were encountered: