JSON pull parser C library
A public domain JSON parser focused on correctness, ANSI C99
compliance, full Unicode (UTF-8) support, minimal memory footprint,
and a simple API. As a streaming API, arbitrary large JSON could be
processed with a small amount of memory (the size of the largest
string in the JSON). It seems most C JSON libraries suck in some
significant way: broken string support (what if the string contains
\u0000
?), broken/missing Unicode support, or crappy software license
(GPL or "do no evil"). This library intends to avoid these flaws.
... More
license | Unlicense |
---|---|
project | libpdjson |
url | github.com/skeeto/pdjson |
wellons@nullprogram.com | |
topics | JSONCparser |
1 Version
version | 0.1.0+4 |
---|---|
repository | https://pkg.cppget.org/1/alpha |
depends | 0 |
reviews | +1 |