-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
The JSON pointer implementation in 2.3 is a big part of an RFC 6902 patch implementation. I was hoping maybe to also see add(JsonPointer, JsonNode) and remove(JsonPointer) methods on JsonNode. All of the operations in the spec can be built on top of these in a higher level JSON patch implementation.
It looks like the mutating operations are usually further down in the array and object node implementations, but I thought maybe it made sense for the patch operations that take a JsonPointer to be on JsonNode to make them easier to call.
Metadata
Metadata
Assignees
Labels
No labels