zserge / jsmn

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

Does this library fully support unicode(UTF-8) ? #74

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hello, I'm looking for a good json library for C like yours. jsmn looks almost perfect for me but one thing.

Looking into the benchmark link in your page (http://lionet.livejournal.com/118853.html), Look like this library is not able to handle utf-8 characters. Do you have any plans to make it work for utf-8?

Thanks!

MacGritsch commented 8 years ago

there are a few other threads regarding utf8. it is not supported by jsmn but can be added easily.

ghost commented 8 years ago

Could you help me where to find that threads?

MacGritsch commented 8 years ago

https://github.com/zserge/jsmn/issues/48

ghost commented 8 years ago

Thanks..