1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-25 03:27:12 +02:00

Add Jansson vendor library.

This commit is contained in:
Sandu Liviu Catalin
2021-07-06 17:16:28 +03:00
parent a268756153
commit e5e179e6ba
350 changed files with 18728 additions and 1 deletions

View File

@ -0,0 +1 @@
JSON_SORT_KEYS=1

View File

@ -0,0 +1,5 @@
[1,2,3,4,
"a", "b", "c",
{"foo": "bar", "core": "dump"},
true, false, true, true, null, false
]

View File

@ -0,0 +1 @@
[1, 2, 3, 4, "a", "b", "c", {"core": "dump", "foo": "bar"}, true, false, true, true, null, false]