Add support for optional object keys for json_unpack() and friends
[jansson.git] / src / pack_unpack.c
2012-01-26 Petri LehtinenAdd support for optional object keys for json_unpack...
2012-01-24 Petri LehtinenMake hashtable less generic
2011-03-31 Petri LehtinenMerge branch '2.0'
2011-03-30 Petri LehtinenFix invalid object key hashing in json_unpack() strict...
2011-02-27 Petri LehtinenFix packing of invalid UTF-8 strings
2011-02-22 Petri LehtinenAdd lots of tests for pack/unpack code, fix bugs found
2011-02-22 Petri LehtinenRefactor decoder input stream
2011-02-03 Graeme SmecherResolve __va_list_tag ** -> va_list * type errors with...
2011-01-29 Petri LehtinenTweak the default validation behaviour of the unpack API
2011-01-25 Petri LehtinenAdd the 'I' format for both pack and unpack
2011-01-25 Petri LehtinenUse 'f' for real and 'F' for number (real or integer...
2011-01-25 Petri Lehtinenunpack: Unify and enhance error messages
2011-01-25 Petri LehtinenExpand the pack/unpack API, implement unpack flags
2011-01-25 Petri LehtinenAdd validation features to json_unpack()
2011-01-25 Petri LehtinenRename variadic.c to pack_unpack.c