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