net.minidev.json.actions.traverse.JSONTraverseAction Maven / Gradle / Ivy
package net.minidev.json.actions.traverse;
import net.minidev.json.JSONArray;
import net.minidev.json.JSONObject;
/**
* An interface for a processing action on the nodes of a {@link JSONObject} while traversing it.
*
* See package-info for more details
*
* @author [email protected]
*/
public interface JSONTraverseAction extends TreeTraverseAction {
}