aboutsummaryrefslogtreecommitdiffstats
path: root/test/diff.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/diff.json')
-rw-r--r--test/diff.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/diff.json b/test/diff.json
new file mode 100644
index 0000000..df7a5f5
--- /dev/null
+++ b/test/diff.json
@@ -0,0 +1,17 @@
+{
+ "append": {
+ "c": 3,
+ "daughter": {
+ "name": "Maruška"
+ }
+ },
+ "remove": {
+ "b": 2,
+ "son": {
+ "name": "Janošek"
+ }
+ },
+ "update": {
+ "a": 2
+ }
+}