zserge / jsmn

Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parsing of control characters

j-moeller opened this issue · comments

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