diff options
author | tv <tv@also> | 2011-07-31 04:23:36 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-07-31 04:23:36 +0200 |
commit | da5ec509413bcb884aecf899ed8d897babff3d8d (patch) | |
tree | fbe107b2161e90f20c6b4315068bec0317e88704 /test.json | |
parent | 985e5f3d014cb9802f6f9eecfaaa18f37b7096a7 (diff) | |
parent | 38bc33d7b4750540afcd67a37cfb00da3357b053 (diff) |
Merge /home/tv/sh-json
Diffstat (limited to 'test.json')
-rw-r--r-- | test.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test.json b/test.json new file mode 100644 index 00000000..a0406039 --- /dev/null +++ b/test.json @@ -0,0 +1,6 @@ +{ + "a": "1", + "b": 2, + "c": { "ca": 11, "cb": [1, 2, 3, "42"] }, + "d": {} +} |