forked from mikemccabe/json-patch-tests
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
when I run the follow case with python-json-patch, it failed. Detail in stefankoegl/python-json-patch#111 (comment). But when I change the add operation to replace, it succeeded.
Lines 63 to 66 in ea3af85
| { "comment": "replace array document with object document?", | |
| "doc": [], | |
| "patch": [{"op": "add", "path": "", "value": {}}], | |
| "expected": {} }, |
Metadata
Metadata
Assignees
Labels
No labels