Class JsonIterator

java.lang.Object
org.apache.jena.sparql.engine.JsonIterator
All Implemented Interfaces:
Iterator<JsonObject>

@Deprecated public class JsonIterator extends Object implements Iterator<JsonObject>
A JSON iterator for JsonObject's, that wraps a QueryIterator, and a list of result variables.