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 | 6ac26140246f66777e12900d3408a5c831caed1c (patch) | |
tree | 330fafe2acf89794b2b042ed2bca6d2b9b94cb9a /test.json | |
parent | a800281374d62b48743dcf57da635e0758aa7f06 (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": {} +} |