diff options
Diffstat (limited to 'test/json-structure/no-value-nodes')
-rw-r--r-- | test/json-structure/no-value-nodes/01.json | 1 | ||||
-rw-r--r-- | test/json-structure/no-value-nodes/02.json | 1 | ||||
-rw-r--r-- | test/json-structure/no-value-nodes/03.json | 1 | ||||
-rw-r--r-- | test/json-structure/no-value-nodes/04.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/test/json-structure/no-value-nodes/01.json b/test/json-structure/no-value-nodes/01.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/test/json-structure/no-value-nodes/01.json @@ -0,0 +1 @@ +[] diff --git a/test/json-structure/no-value-nodes/02.json b/test/json-structure/no-value-nodes/02.json new file mode 100644 index 0000000..1721244 --- /dev/null +++ b/test/json-structure/no-value-nodes/02.json @@ -0,0 +1 @@ +[[]] diff --git a/test/json-structure/no-value-nodes/03.json b/test/json-structure/no-value-nodes/03.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/test/json-structure/no-value-nodes/03.json @@ -0,0 +1 @@ +{} diff --git a/test/json-structure/no-value-nodes/04.json b/test/json-structure/no-value-nodes/04.json new file mode 100644 index 0000000..b672212 --- /dev/null +++ b/test/json-structure/no-value-nodes/04.json @@ -0,0 +1 @@ +{"k": []} |