Interface JSONNavigateAction

All Superinterfaces:
NavigateAction<net.minidev.json.JSONObject,net.minidev.json.JSONArray>
All Known Implementing Classes:
CopyPathsAction

public interface JSONNavigateAction extends NavigateAction<net.minidev.json.JSONObject,net.minidev.json.JSONArray>
An interface for a processing action on the nodes of a JSONObject while navigating its branches.

See package-info for more details

Since:
15 June 2016.
Author:
adoneitan@gmail.com