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

Regardung "declaring i=0 inside case #38" #58

Open MacGritsch opened 8 years ago

MacGritsch commented 8 years ago

this is a comment to https://github.com/zserge/jsmn/issues/38

why not create a block for the 'u'-case and place it there at the beginning instead of declaring it for every escaped character?