summaryrefslogtreecommitdiffstats
path: root/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'test.json')
-rw-r--r--test.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.json b/test.json
index 7da5175d..a0406039 100644
--- a/test.json
+++ b/test.json
@@ -1,5 +1,6 @@
{
"a": "1",
"b": 2,
- "c": { "ca": 11, "cb": [1, 2, 3] }
+ "c": { "ca": 11, "cb": [1, 2, 3, "42"] },
+ "d": {}
}