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/indent-object/env
vendored
Normal file
2
deps/jansson/test/suites/encoding-flags/indent-object/env
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
JSON_INDENT=4
|
||||
export JSON_INDENT
|
||||
1
deps/jansson/test/suites/encoding-flags/indent-object/input
vendored
Normal file
1
deps/jansson/test/suites/encoding-flags/indent-object/input
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"a": 1, "b": 2}
|
||||
4
deps/jansson/test/suites/encoding-flags/indent-object/output
vendored
Normal file
4
deps/jansson/test/suites/encoding-flags/indent-object/output
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"a": 1,
|
||||
"b": 2
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue