zserge / jsmn

Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
MIT License
3.64k stars 778 forks source link

Parsing of control characters #236

Open j-moeller opened 1 month ago

j-moeller commented 1 month ago

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