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

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 { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy