From 2439a77d0c4f77420edb04e77be6aa664b85f842 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 3 Nov 2010 06:36:19 +0100 Subject: json.sh, test.json: initial commit --- test.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test.json (limited to 'test.json') 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] } +} -- cgit v1.2.3 From 38bc33d7b4750540afcd67a37cfb00da3357b053 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 3 Nov 2010 16:26:41 +0100 Subject: test.json: bump --- test.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test.json') diff --git a/test.json b/test.json index 7da5175d..a0406039 100644 --- a/test.json +++ b/test.json @@ -1,5 +1,6 @@ { "a": "1", "b": 2, - "c": { "ca": 11, "cb": [1, 2, 3] } + "c": { "ca": 11, "cb": [1, 2, 3, "42"] }, + "d": {} } -- cgit v1.2.3