summaryrefslogtreecommitdiffstats
path: root/json/sh/test.json
diff options
context:
space:
mode:
authortv <tv@also>2011-07-31 04:24:11 +0200
committertv <tv@also>2011-07-31 04:24:11 +0200
commit952f5b160a95a2eee616116f250aa8921deed934 (patch)
tree84980fa32cd611163a9c09aa7986779b42d9a465 /json/sh/test.json
parent991ec1c91e4bde50b41b06765ffdb045bc21710b (diff)
sh-json -> json/sh
Diffstat (limited to 'json/sh/test.json')
-rw-r--r--json/sh/test.json6
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": {}
+}