jansson/test/suites
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
..
api Expand the pack/unpack API, implement unpack flags 2011-01-25 10:02:27 +02:00
encoding-flags Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
invalid Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
invalid-strip Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
invalid-unicode Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
valid Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
valid-strip Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
Makefile.am Refactor the test system 2009-12-16 22:45:29 +02:00