JS0N – A lightweight C JSON parser
github.com
JS0N – A lightweight C JSON parser
1–3 of 3 posts
Re: JS0N – A lightweight C JSON parser
#2More of a tokeniser than a parser, I'd say.
Re: JS0N – A lightweight C JSON parser
#3No API docs, no concept of nesting that I can see (see first point), no streaming mode (so not low-memory), ...
Fun to write, I'm sure, but there are better fast low-level json decoders.