Add method remove(JsonPointer)
in ContainerNode
(if not JsonNode
)
#1981
Labels
3.0
Issue planned for initial 3.0 release
(note: related to #1980)
With addition of
JsonPointer
, it seems reasonable to allow removal of a node pointed to by expression.Addition of a method that returns
JsonNode
removed (or null to indicate none) is simple enough.But one question is whether this should be added in
JsonNode
(more convenient) or only inContainerNode
(which is philosophically better, givenJsonNode
currently only contains read-methods and no modifications).The text was updated successfully, but these errors were encountered: