diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-10-24 22:03:36 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-10-24 22:24:32 +0200 |
commit | 11144b854286fa8fa49a7f770cf995f75d3ccc6f (patch) | |
tree | 408a503d8cbfdf4daeed21ca287f97c0b87fefcc /test/old.json | |
parent | cb11124ae07ac3fbc9a5db88d94f140a64adefef (diff) | |
download | json_diff-11144b854286fa8fa49a7f770cf995f75d3ccc6f.tar.gz |
Add testing data.
Diffstat (limited to 'test/old.json')
-rw-r--r-- | test/old.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/old.json b/test/old.json new file mode 100644 index 0000000..17d6738 --- /dev/null +++ b/test/old.json @@ -0,0 +1,7 @@ +{ + "a": 1, + "b": 2, + "son": { + "name": "Janošek" + } +} |