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 changed the label to "enhancement", because the current behavior is compliant:
Implementations MUST NOT add a byte order mark to the beginning of a JSON text. In the interests of interoperability, implementations that parse JSON texts MAY ignore the presence of a byte order mark rather than treating it as an error.
Exception thrown when passing an utf8 string with starting bom to json::parse, it should skip the bom mark and treat the string as utf8
The text was updated successfully, but these errors were encountered: