diff options
Diffstat (limited to 'test.json')
-rw-r--r-- | test.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test.json b/test.json new file mode 100644 index 00000000..7da5175d --- /dev/null +++ b/test.json @@ -0,0 +1,5 @@ +{ + "a": "1", + "b": 2, + "c": { "ca": 11, "cb": [1, 2, 3] } +} |