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

Is it possible to use with mikroC for PIC? #151

Closed mariovillamizar closed 5 years ago

pt300 commented 5 years ago

JSMN doesn't depend on any libraries and doesn't use compiler specific features, so you should be alright.