zserge / jsmn

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

API to extract unencoded string data #140

Closed BenBE closed 5 years ago

BenBE commented 5 years ago

It would be nice to have a API in jsmn that takes a string token and returns the unescaped version of that string (possibly in UTF-8 for \u escapes).

pt300 commented 5 years ago

Already discussed in at least #48