Package net.minidev.json.actions
package net.minidev.json.actions
-
ClassesClassDescriptionRemoves key:value elements from every node of a
JSONObjectmatching the list of user-specified elements.Searches for paths in aJSONObjectand returns those found.Removes branches of nodes from aJSONObjectmatching the list of user-specified paths.Creates a copy of aJSONObjectconsisting only of the nodes on the user-specified paths.Retains branches of nodes of aJSONObjectmatching the list of user-specified paths.