jansson/src
Petri Lehtinen df307f1bc3 Report errors from lexical and stream level in parser
Before, only the syntax level (parse_*) was able to set the error
string. This patch fixes the situation so that lexical (lex_*) and
stream (stream_*) levels can report detailed error messages.

Also, instead of 0, EOF is now returned by stream on error.
2009-07-14 00:24:39 +03:00
..
dump.c Get rid of json_dumpfd and json_loadfd 2009-07-13 21:45:16 +03:00
hashtable.c Bump hashtable, allocate object->hashtable statically 2009-05-12 21:44:45 +03:00
hashtable.h Bump hashtable, allocate object->hashtable statically 2009-05-12 21:44:45 +03:00
jansson_private.h Decode and check for correct UTF-8 2009-07-13 23:38:01 +03:00
jansson.h Get rid of JSON_SORT_KEYS dump flag 2009-07-13 23:38:04 +03:00
load.c Report errors from lexical and stream level in parser 2009-07-14 00:24:39 +03:00
Makefile.am Decode and check for correct UTF-8 2009-07-13 23:38:01 +03:00
strbuffer.c Streamify the loader 2009-07-13 21:45:16 +03:00
strbuffer.h Streamify the loader 2009-07-13 21:45:16 +03:00
utf.c Decode and check for correct UTF-8 2009-07-13 23:38:01 +03:00
utf.h Decode and check for correct UTF-8 2009-07-13 23:38:01 +03:00
util.h Move max() to util.h 2009-06-11 08:54:40 +03:00
value.c Decode and check for correct UTF-8 2009-07-13 23:38:01 +03:00