aboutsummaryrefslogtreecommitdiffstats
path: root/test/diff.json
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-10-24 22:03:36 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-10-24 22:24:32 +0200
commit11144b854286fa8fa49a7f770cf995f75d3ccc6f (patch)
tree408a503d8cbfdf4daeed21ca287f97c0b87fefcc /test/diff.json
parentcb11124ae07ac3fbc9a5db88d94f140a64adefef (diff)
downloadjson_diff-11144b854286fa8fa49a7f770cf995f75d3ccc6f.tar.gz
Add testing data.
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
+ }
+}