mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-24 02:57:12 +02:00
Add Jansson vendor library.
This commit is contained in:
4
vendor/Jansson/test/suites/encoding-flags/indent-compact-object/env
vendored
Normal file
4
vendor/Jansson/test/suites/encoding-flags/indent-compact-object/env
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
JSON_INDENT=4
|
||||
JSON_COMPACT=1
|
||||
HASHSEED=1
|
||||
export JSON_INDENT JSON_COMPACT HASHSEED
|
1
vendor/Jansson/test/suites/encoding-flags/indent-compact-object/input
vendored
Normal file
1
vendor/Jansson/test/suites/encoding-flags/indent-compact-object/input
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"a": 1, "b": 2}
|
4
vendor/Jansson/test/suites/encoding-flags/indent-compact-object/output
vendored
Normal file
4
vendor/Jansson/test/suites/encoding-flags/indent-compact-object/output
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"a":1,
|
||||
"b":2
|
||||
}
|
Reference in New Issue
Block a user