Uses of Interface
net.minidev.json.actions.traverse.JSONTraverseAction
-
Packages that use JSONTraverseAction Package Description net.minidev.json.actions.traverse Traverse all the nodes in aJSONObjectand process them -
-
Uses of JSONTraverseAction in net.minidev.json.actions.traverse
Classes in net.minidev.json.actions.traverse that implement JSONTraverseAction Modifier and Type Class Description classKeysPrintActionA traverse action that prints keys during JSON traversal.classLocatePathsJsonActionSearches for paths in aJSONObjectand returns those foundclassRemoveElementsJsonActionRemoves key:value elements from aJSONObject.classRemovePathsJsonActionRemoves branches from aJSONObject.classRetainPathsJsonActionRetain branches or parts of branches matching a specified list of paths.Constructors in net.minidev.json.actions.traverse with parameters of type JSONTraverseAction Constructor Description JSONTraverser(JSONTraverseAction action)
-