Imported Upstream version 0.13.2+dsfg1
This commit is contained in:
commit
fb3990e9e5
2036 changed files with 287360 additions and 0 deletions
2
deps/jansson/test/suites/encoding-flags/sort-keys/env
vendored
Normal file
2
deps/jansson/test/suites/encoding-flags/sort-keys/env
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
JSON_SORT_KEYS=1
|
||||
export JSON_SORT_KEYS
|
||||
1
deps/jansson/test/suites/encoding-flags/sort-keys/input
vendored
Normal file
1
deps/jansson/test/suites/encoding-flags/sort-keys/input
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"foo": 1, "bar": 2, "baz": 3, "quux": 4}
|
||||
1
deps/jansson/test/suites/encoding-flags/sort-keys/output
vendored
Normal file
1
deps/jansson/test/suites/encoding-flags/sort-keys/output
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"bar": 2, "baz": 3, "foo": 1, "quux": 4}
|
||||
Loading…
Add table
Add a link
Reference in a new issue