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