summaryrefslogtreecommitdiff
path: root/jsonpatch.py
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 0.2v0.2Stefan Kögl2011-09-171-1/+1
|
* Remove unused `location' variableByron Ruth2011-09-171-1/+0
|
* Add JsonPatchConflict for patch conflictsByron Ruth2011-09-161-7/+11
| | | | | | This is necessary in order to differentiate between general processing errors e.g. bad operation and conflicts between the patch and the state of the data the patch is being applied to.
* add shortcut jsonpatch.apply_patch(doc, patch)Stefan Kögl2011-06-201-0/+12
|
* initial commitStefan Kögl2011-06-181-0/+221