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

don't trip over unquoted UTF-8 keys #230

Open timkuijsten opened 1 year ago

timkuijsten commented 1 year ago

Support UTF-8 in the spirit of jsmn being lean and mean. Don't do any validation or decoding, just make sure unquoted UTF-8 keys are supported.

Inspired by isu8cont() from Keep multibyte character support simple.