jansson/test/suites
Vincent Bernat 7a0b9af662 Allow to mix JSON_STRICT with optional keys
On unpack, one may want to mix `JSON_STRICT` and optional keys by using
a format like `{s:i,s?o!}`. Unfortunately, this fails the stric test
with `-1 object item(s) left unpacked` error when the second key is not
specified.

To fix that, we iter on each key and we check if we have successfully
unpacked them. This is less efficient than the previous method but it
brings correctness.
2014-02-15 17:40:22 +01:00
..
api Allow to mix JSON_STRICT with optional keys 2014-02-15 17:40:22 +01:00
encoding-flags Merge branch '2.6' 2014-02-11 14:49:15 +02:00
invalid Update copyrights for 2014 2014-01-28 09:16:05 +02:00
invalid-unicode Update copyrights for 2014 2014-01-28 09:16:05 +02:00
valid Update copyrights for 2014 2014-01-28 09:16:05 +02:00
.gitattributes Always use LF as line ending so that we don't get any problems with line 2013-03-07 16:12:07 +01:00
Makefile.am Remove invalid subdirs from test/suites/Makefile.am 2011-02-25 21:09:04 +02:00