cleanup, test, and diff
This commit is contained in:
parent
96cfe7463f
commit
5e0bf75d60
10 changed files with 2068 additions and 716 deletions
25
doc/examples/diff.output
Normal file
25
doc/examples/diff.output
Normal 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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue