cleanup, test, and diff

This commit is contained in:
Niels 2016-04-25 23:17:04 +02:00
parent 96cfe7463f
commit 5e0bf75d60
10 changed files with 2068 additions and 716 deletions

25
doc/examples/diff.output Normal file
View file

@ -0,0 +1,25 @@
[
{
"op": "replace",
"path": "/baz",
"value": "boo"
},
{
"op": "remove",
"path": "/foo"
},
{
"op": "add",
"path": "/hello",
"value": [
"world"
]
}
]
{
"baz": "boo",
"hello": [
"world"
]
}