You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 in ContainerNode (which is philosophically better, given JsonNode currently only contains read-methods and no modifications).
geoffreywiseman, gabrieljones, Xiangjiaox, aramakrishnan19, danielFesenmeyer and 3 more