Implement JSON_SORT_KEYS encoding flag
authorPetri Lehtinen <petri@digip.org>
Mon, 7 Dec 2009 11:16:45 +0000 (13:16 +0200)
committerPetri Lehtinen <petri@digip.org>
Wed, 16 Dec 2009 21:12:39 +0000 (23:12 +0200)
commit19a606d7361e73ff2f5e0b240c2adb07b35e4273
tree19e727b646e5233b46c78a982bd1b6d633b92713
parent3add1cf36183d4acefa11ae1c0acd6d92719ac02
Implement JSON_SORT_KEYS encoding flag

With this flag, the objects are sorted by key when encoding.
doc/apiref.rst
src/dump.c
src/jansson.h
test/bin/json_process.c
test/suites/encoding-flags/run [new file with mode: 0755]
test/suites/encoding-flags/sort-keys/env [new file with mode: 0644]
test/suites/encoding-flags/sort-keys/input [new file with mode: 0644]
test/suites/encoding-flags/sort-keys/output [new file with mode: 0644]