summaryrefslogtreecommitdiffstats
path: root/json/sh/test.json
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-07-31 04:28:32 +0200
committermakefu <github@syntax-fehler.de>2011-07-31 04:28:32 +0200
commitbd3f114f514b60ab41820632056f8a7ccfb0f5e3 (patch)
tree37243ac224ef501cc3deb8c16dff8998625c5c89 /json/sh/test.json
parentd3c5a42f1c1d07003c3f56a4b4673ca349e54d7e (diff)
parent4eef4e6ef8674e654a19842798914a747db1144b (diff)
Merge branch 'master' of github.com:krebscode/painload
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": {}
+}