mirror of
https://github.com/json-c/json-c.git
synced 2026-09-07 16:46:50 +08:00
require string type for patch op/path/from fields
This commit is contained in:
@@ -554,6 +554,12 @@
|
||||
"doc": {"foo": "bar"},
|
||||
"patch": [{"op": "move", "from": null, "path": "/foo"}],
|
||||
"error": "a null from field should fail rather than crash"
|
||||
},
|
||||
|
||||
{ "comment": "null path field must be rejected, not dereferenced",
|
||||
"doc": {"foo": "bar"},
|
||||
"patch": [{"op": "remove", "path": null}],
|
||||
"error": "a null path field should fail rather than crash"
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user