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
we found that jsmn parses ASCII control characters which is technically not allowed by the JSON specification. You can find a minimum working sample here: 1
The text was updated successfully, but these errors were encountered:
JSMN without strict mode is extremely permissive, the point of not having much to do with any JSON standard.
Strict mode should be the only mode JSMN support as this default "lenient" mode only confuses people and server practically nobody.
Hello,
we found that jsmn parses ASCII control characters which is technically not allowed by the JSON specification. You can find a minimum working sample here: 1
The text was updated successfully, but these errors were encountered: