Interface JSONTraverseAction
-
- All Superinterfaces:
TreeTraverseAction<JSONObject,JSONArray>
- All Known Implementing Classes:
KeysPrintAction,LocatePathsJsonAction,RemoveElementsJsonAction,RemovePathsJsonAction,RetainPathsJsonAction
public interface JSONTraverseAction extends TreeTraverseAction<JSONObject,JSONArray>
An interface for a processing action on the nodes of aJSONObjectwhile traversing it.See package-info for more details
-
-
Method Summary
-
Methods inherited from interface net.minidev.json.actions.traverse.TreeTraverseAction
end, handleLeaf, handleLeaf, recurInto, recurInto, removeEntry, result, start, traverseEntry
-
-