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 a JSONObject while traversing it.

See package-info for more details

Author:
adoneitan@gmail.com