diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-10-28 14:30:53 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-10-28 14:30:53 +0200 |
commit | e10506226abbca14ebe99c987feb155f1253abec (patch) | |
tree | 5efe7ff191e68045ad6ac569eb6401e8815bfd69 /test/new.json | |
parent | 81f605fb4885efbfccf615848a3f5ee6a1452025 (diff) | |
download | json_diff-e10506226abbca14ebe99c987feb155f1253abec.tar.gz |
HTML formatted output possible.
Diffstat (limited to 'test/new.json')
-rw-r--r-- | test/new.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/new.json b/test/new.json index 86da691..235c843 100644 --- a/test/new.json +++ b/test/new.json @@ -1,7 +1,8 @@ { "a": 2, "c": 3, - "daughter": { - "name": "Maruška" + "children": { + "son": "Ivánek", + "daughter": "Maruška" } } |