aboutsummaryrefslogtreecommitdiffstats
path: root/test/diff.json
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-10-28 14:30:53 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-10-28 14:30:53 +0200
commite10506226abbca14ebe99c987feb155f1253abec (patch)
tree5efe7ff191e68045ad6ac569eb6401e8815bfd69 /test/diff.json
parent81f605fb4885efbfccf615848a3f5ee6a1452025 (diff)
downloadjson_diff-e10506226abbca14ebe99c987feb155f1253abec.tar.gz
HTML formatted output possible.
Diffstat (limited to 'test/diff.json')
-rw-r--r--test/diff.json28
1 files changed, 15 insertions, 13 deletions
diff --git a/test/diff.json b/test/diff.json
index df7a5f5..e8a2330 100644
--- a/test/diff.json
+++ b/test/diff.json
@@ -1,17 +1,19 @@
{
- "append": {
- "c": 3,
- "daughter": {
- "name": "Maruška"
+ "_remove": {
+ "b": 2
+ },
+ "_update": {
+ "a": 2,
+ "children": {
+ "_update": {
+ "son": "Ivánek"
+ },
+ "_append": {
+ "daughter": "Maruška"
+ }
}
- },
- "remove": {
- "b": 2,
- "son": {
- "name": "Janošek"
- }
- },
- "update": {
- "a": 2
+ },
+ "_append": {
+ "c": 3
}
}