jansson/test/suites/api
Petri Lehtinen 49fc708d4c Add JSON_REJECT_DUPLICATES decoding flag
With this flag, a decoding error is issued if any JSON object in the
input contains duplicate keys.

Fixes GH-3.
2011-05-15 13:57:49 +03:00
..
check-exports Add json_loadb() for decoding possibly non null-terminated strings 2011-04-10 21:01:50 +03:00
Makefile.am Add json_loadb() for decoding possibly non null-terminated strings 2011-04-10 21:01:50 +03:00
run Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
test_array.c Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
test_copy.c Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
test_dump.c Add JSON_ENCODE_ANY flag to allow encoding any JSON value 2011-05-14 12:57:12 +03:00
test_equal.c Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
test_load.c Add JSON_REJECT_DUPLICATES decoding flag 2011-05-15 13:57:49 +03:00
test_loadb.c Add json_loadb() for decoding possibly non null-terminated strings 2011-04-10 21:01:50 +03:00
test_memory_funcs.c Add custom memory allocation 2011-02-17 10:10:53 +02:00
test_number.c Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
test_object.c Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
test_pack.c Fix packing of invalid UTF-8 strings 2011-02-27 21:34:12 +02:00
test_simple.c Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
test_unpack.c Fix invalid object key hashing in json_unpack() strict checking mode 2011-03-30 12:57:48 +03:00
util.h Add lots of tests for pack/unpack code, fix bugs found 2011-02-22 19:08:51 +02:00