Nico Sonack 5623db0c74 textproc/pdjson: Public Domain JSON Parser Library for C
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).
2025-08-29 20:01:55 +02:00
..