mirror of
https://github.com/akheron/jansson.git
synced 2025-04-14 09:10:39 +00:00
* Use the format string scanner from the previous commit (with the simpler separator skipping semantics) * Split json_vnunpack() to three separate functions for unpacking objects, arrays and "simple" values * Always return 0 on success, 1 on error This shaves around 100 more lines from the original implementation. |
||
---|---|---|
.. | ||
dump.c | ||
error.c | ||
hashtable.c | ||
hashtable.h | ||
jansson.h | ||
jansson_config.h.in | ||
jansson_config.h.win32 | ||
jansson_private.h | ||
load.c | ||
Makefile.am | ||
strbuffer.c | ||
strbuffer.h | ||
utf.c | ||
utf.h | ||
value.c | ||
variadic.c |