mirror of
https://github.com/akheron/jansson.git
synced 2025-04-10 15:23:27 +00:00
* Implement a "scanner" that reads the format string, maintaining state * Split json_vnpack() to three separate functions for packing objects, arrays and simple values. This makes it more clear what is being packed, and the object and array structures become more evident. * Make the skipping of ignored character simpler, i.e. skip ':' and ',' independent of their context This patch shaves around 80 lines of code 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 |