summaryrefslogtreecommitdiffstats
path: root/test.json
diff options
context:
space:
mode:
authortv <tv@also>2010-11-03 06:36:19 +0100
committertv <tv@also>2010-11-03 06:36:19 +0100
commit2439a77d0c4f77420edb04e77be6aa664b85f842 (patch)
tree66234a254a8a13e8302b1b5a6cf8f6e7707181a6 /test.json
json.sh, test.json: initial commit
Diffstat (limited to 'test.json')
-rw-r--r--test.json5
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] }
+}