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

org.archive.format.json.JSONPathSpec Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
package org.archive.format.json;

import java.util.List;

import org.json.JSONObject;

public interface JSONPathSpec {
	public static final String EMPTY = "";
	public List> extract(JSONObject json);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy