Uses of Class
org.apache.jena.atlas.json.JsonObject
Packages that use JsonObject
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of JsonObject in org.apache.jena.atlas.json
Methods in org.apache.jena.atlas.json that return JsonObjectModifier and TypeMethodDescriptionstatic JsonObject
JSON.buildObject
(Consumer<JsonBuilder> setup) Build a JsonObject.static JsonObject
JsonBuilder.buildObject
(Consumer<JsonBuilder> setup) Build a JsonObject.JsonObject.getAsObject()
JsonValue.getAsObject()
For walking structuresstatic JsonObject
JSON.parse
(InputStream input) Parse a complete JSON objectstatic JsonObject
Parse a complete JSON objectstatic JsonObject
Read a JSON object from a fileMethods in org.apache.jena.atlas.json with parameters of type JsonObject -
Uses of JsonObject in org.apache.jena.atlas.json.io
Methods in org.apache.jena.atlas.json.io with parameters of type JsonObject -
Uses of JsonObject in org.apache.jena.query
Methods in org.apache.jena.query that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionQueryExecution.execJsonItems()
Execute a JSON query and return an interatorMethod parameters in org.apache.jena.query with type arguments of type JsonObjectModifier and TypeMethodDescriptionstatic void
ResultSetFormatter.output
(OutputStream outStream, Iterator<JsonObject> jsonItems) Output an iterator of JSON values. -
Uses of JsonObject in org.apache.jena.sparql.exec
Methods in org.apache.jena.sparql.exec that return types with arguments of type JsonObjectModifier and TypeMethodDescriptionQueryExec.execJsonItems()
Execute a JSON query and return an iteratorQueryExecAdapter.execJsonItems()
QueryExecApp.execJsonItems()
QueryExecDataset.execJsonItems()
QueryExecutionAdapter.execJsonItems()
Execute a JSON query and return an iteratorQueryExecutionCompat.execJsonItems()
static Iterator<JsonObject>
JsonResults.iterator
(QueryIterator queryIterator, Map<String, org.apache.jena.graph.Node> template) QueryExecResult.jsonItems()
Constructor parameters in org.apache.jena.sparql.exec with type arguments of type JsonObject -
Uses of JsonObject in org.apache.jena.sparql.exec.http
Methods in org.apache.jena.sparql.exec.http that return types with arguments of type JsonObject -
Uses of JsonObject in org.apache.jena.sparql.resultset
Methods in org.apache.jena.sparql.resultset that return types with arguments of type JsonObjectConstructor parameters in org.apache.jena.sparql.resultset with type arguments of type JsonObject