diff options
author | makefu <github@syntax-fehler.de> | 2011-07-31 04:28:32 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2011-07-31 04:28:32 +0200 |
commit | e62902e802d49f1c72f4dc0e0c106c046394324b (patch) | |
tree | 7123ac14a69a07b4f27ea04bdbbddd221b9c073b /json/sh/test.json | |
parent | 561aa8893f9bb392637272ad56402f08600b6475 (diff) | |
parent | 878f7dd7f45584168ec23f5c311f284ae0424254 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'json/sh/test.json')
-rw-r--r-- | json/sh/test.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/json/sh/test.json b/json/sh/test.json new file mode 100644 index 00000000..a0406039 --- /dev/null +++ b/json/sh/test.json @@ -0,0 +1,6 @@ +{ + "a": "1", + "b": 2, + "c": { "ca": 11, "cb": [1, 2, 3, "42"] }, + "d": {} +} |