jansson/src
Petri Lehtinen bb5d4efb2e Make json_error_t transparent again
After looking at the new code for a few days, I didn't like it
anymore. To prepare for the future, a few fields will be added to the
json_error_t struct later.

This reverts commit 23dd078c8d. Some
adjustments were needed because of newer commits.
2010-10-26 21:20:34 +03:00
..
dump.c Change the maximum indentation size to 32 spaces in encoder 2010-08-13 22:12:36 +03:00
hashtable.c Replace all occurences of inline with JSON_INLINE 2010-09-05 21:18:46 +03:00
hashtable.h Unify unsigned integer usage in the API 2010-06-15 15:38:59 +03:00
jansson.h Make json_error_t transparent again 2010-10-26 21:20:34 +03:00
jansson_config.h.in Clarify and document the integer type configuration 2010-08-14 20:42:15 +03:00
jansson_config.h.win32 Add jansson_config.h.win32 2010-09-05 21:21:37 +03:00
jansson_private.h Make json_error_t transparent again 2010-10-26 21:20:34 +03:00
load.c Make json_error_t transparent again 2010-10-26 21:20:34 +03:00
Makefile.am Adds json_pack / json_unpack variadic functions. 2010-10-26 08:59:06 +03:00
strbuffer.c Move max() to jansson_private.h, define only if not already defined 2010-09-05 21:18:46 +03:00
strbuffer.h Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
utf.c Don't include stdint.h anywhere 2010-03-18 07:22:43 +02:00
utf.h On Windows, typedef int to int32_t 2010-09-05 21:30:02 +03:00
value.c Move max() to jansson_private.h, define only if not already defined 2010-09-05 21:18:46 +03:00
variadic.c Make json_error_t transparent again 2010-10-26 21:20:34 +03:00