Package net.minidev.json.actions
-
Class Summary Class Description ElementRemover Removes key:value elements from every node of aJSONObjectmatching the list of user-specified elements.PathLocator Searches for paths in aJSONObjectand returns those found.PathRemover Removes branches of nodes from aJSONObjectmatching the list of user-specified paths.PathReplicator Creates a copy of aJSONObjectconsisting only of the nodes on the user-specified paths.PathsRetainer Retains branches of nodes of aJSONObjectmatching the list of user-specified paths.