jansson/test
Petri Lehtinen 579c291882 Expand the pack/unpack API, implement unpack flags
Expand the pack/unpack API: json_(un)pack is the simple version with
no error output, json_(un)pack_ex has error output and flags,
json_v(un)pack_ex is a va_list version of json_(un)pack_ex.

Implement unpacking flags:

- JSON_UNPACK_ONLY turns off extra validation, i.e. array and object
  unpacking doesn't check that all items are unpacked. This is really
  just convenience for not adding '*' after each object and array.

- JSON_VALIDATE_ONLY turns off unpacking, i.e. no varargs are expected
  and nothing is unpacked.
2011-01-25 10:02:27 +02:00
..
bin Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
scripts Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
suites Expand the pack/unpack API, implement unpack flags 2011-01-25 10:02:27 +02:00
.gitignore Adds json_pack / json_unpack variadic functions. 2010-10-26 08:59:06 +03:00
Makefile.am Distribute some missing files 2010-01-21 21:48:31 +02:00
run-suites test/run-suites: Be less picky when searching for tests 2010-01-21 21:49:04 +02:00