All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minidev.json.actions.navigate.JSONNavigateAction Maven / Gradle / Ivy

package net.minidev.json.actions.navigate;

import net.minidev.json.JSONArray;
import net.minidev.json.JSONObject;

/**
 * An interface for a processing action on the nodes of a {@link JSONObject} while navigating its branches.
 * 

* See package-info for more details * * @author [email protected] * @since 15 June 2016. */ public interface JSONNavigateAction extends NavigateAction { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy