htcw_json: A tiny streaming JSON parser
Briefly

I've taken a different approach to parsing JSON. Taking a page from Microsoft .NET's XmlReader I've created a similar 'pull' style parser for reading JSON.
This parser is somewhat minimalist, but at the same time contains some happy features, like the ability to chunk values that are longer than one's defined capture buffer size as well as resolving some basic data types - namely integers, real numbers, and booleans.
Read at CodeProject
[
add
]
[
|
|
]