summaryrefslogtreecommitdiffstats
path: root/sandbox/json/sh/test.json
diff options
context:
space:
mode:
authoreuer <root@euer.krebsco.de>2012-12-20 15:53:41 +0100
committereuer <root@euer.krebsco.de>2012-12-20 15:53:41 +0100
commit17ffe40523144a60d4297cfb18c3b5fdaffa84af (patch)
tree6c1104cffe5e3d581d4924edc74f4626d208970d /sandbox/json/sh/test.json
parenta283809283e3e0606271ae263ff8d4ccbd990af6 (diff)
//{hyper,json} -> //sandbox
//{icecrab,kachelmann,meinsack} -> //god //host -> //punani/host
Diffstat (limited to 'sandbox/json/sh/test.json')
-rw-r--r--sandbox/json/sh/test.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/sandbox/json/sh/test.json b/sandbox/json/sh/test.json
new file mode 100644
index 00000000..9b4c6312
--- /dev/null
+++ b/sandbox/json/sh/test.json
@@ -0,0 +1,7 @@
+{
+ "a": "1",
+ "b": 2,
+ "c": { "ca": 11, "cb": [1, 2, 3, "42"] },
+ "d": {},
+ "float": 4.23
+}