mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
C library for encoding, decoding and manipulating JSON data
Before, json_loads checked for '[' or '{' at the beginning. Now there's a dedicated function for that: parse_json(). Also rename parse() to parse_value(). |
||
---|---|---|
src | ||
test | ||
.gitignore | ||
config.h.in | ||
configure.ac | ||
Makefile.am | ||
TODO |