jansson/test
Petri Lehtinen f18ef5144a Implement JSON_PRESERVE_ORDER encoding flag
With this encoding flag, the object key-value pairs in output are in
the same order in which they were first inserted into the object.

To make this possible, a key of an object is now a serial number plus
a string. An object keeps an increasing counter which is used to
assign serial number to the keys. Hashing, comparison and public API
functions were changed to act only on the string part, i.e. the serial
number is ignored everywhere else but in the encoder, where it's used
to order object keys if JSON_PRESERVE_ORDER flag is used.
2010-02-11 20:48:56 +02:00
..
bin Implement JSON_PRESERVE_ORDER encoding flag 2010-02-11 20:48:56 +02:00
scripts Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
suites Implement JSON_PRESERVE_ORDER encoding flag 2010-02-11 20:48:56 +02:00
.gitignore integrate jansson.hpp into build and test suite 2010-01-18 21:36:02 -08: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