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 issue seems to be with the ValidateJsonRawMessage flag, because it works as expected for a direct jsoniter.Marshal. This only seems to be a problem for numbers; all other data types I've tried are fine (including objects or arrays which contain numbers).
This expression yields
null
forstr
:The issue seems to be with the
ValidateJsonRawMessage
flag, because it works as expected for a directjsoniter.Marshal
. This only seems to be a problem for numbers; all other data types I've tried are fine (including objects or arrays which contain numbers).Reproducer: https://play.golang.org/p/RKEy97ZLrn-
The text was updated successfully, but these errors were encountered: