Uses of Class
org.apache.jena.atlas.json.JsonValue
Packages that use JsonValue
Package
Description
-
Uses of JsonValue in org.apache.jena.atlas.json
Subclasses of JsonValue in org.apache.jena.atlas.jsonModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Methods in org.apache.jena.atlas.json that return JsonValueModifier and TypeMethodDescriptionstatic JsonValue
static JsonValue
JsonAccess.accessPath
(JsonValue obj, String... path) JsonBuilder.build()
static JsonValue
Create a safe copy of aJsonValue
.static JsonValue
Create a safe copy of aJsonValue
.JsonArray.get
(int index) static JsonValue
JSON.parseAny
(InputStream input) Parse any JSON value, not just an object, from an input streamstatic JsonValue
Parse any JSON value, not just an object, from a filestatic JsonValue
Read any JSON value, not just an object, from a fileJsonArray.remove
(int index) Methods in org.apache.jena.atlas.json that return types with arguments of type JsonValueModifier and TypeMethodDescriptionJsonObject.entrySet()
For walking structuresJsonObject.getIterator
(String key) For walking structuresJsonArray.iterator()
JsonArray.listIterator()
JsonArray.listIterator
(int index) JsonArray.subList
(int fromIndex, int toIndex) JsonObject.values()
Methods in org.apache.jena.atlas.json with parameters of type JsonValueModifier and TypeMethodDescriptionstatic JsonValue
static JsonValue
JsonAccess.accessPath
(JsonValue obj, String... path) void
boolean
static JsonValue
Create a safe copy of aJsonValue
.static JsonValue
Create a safe copy of aJsonValue
.static JsonBuilder
JsonBuilder.createFrom
(JsonValue arg) Create a builder from aJsonValue
.static String
JsonValue to a formatted, multiline stringstatic String
JSON.toStringFlat
(JsonValue jValue) JsonValue to a string with no newlinesstatic void
JSON.write
(OutputStream output, JsonValue jValue) Write out a JSON value - pass a JSON Object to get legal exchangeable JSONstatic void
Write out a JSON value - pass a JSON Object to get legal exchangeable JSONstatic void
Write out a JSON value - pass a JSON Object to get legal exchangeable JSONMethod parameters in org.apache.jena.atlas.json with type arguments of type JsonValueModifier and TypeMethodDescriptionboolean
JsonArray.addAll
(int index, Collection<? extends JsonValue> c) boolean
JsonArray.addAll
(Collection<? extends JsonValue> c) void
JsonObject.forEach
(BiConsumer<String, JsonValue> action) void
-
Uses of JsonValue in org.apache.jena.atlas.json.io
Methods in org.apache.jena.atlas.json.io that return JsonValue -
Uses of JsonValue in org.apache.jena.http
Methods in org.apache.jena.http that return JsonValueModifier and TypeMethodDescriptionstatic JsonValue
HttpOp.httpGetJson
(String url) static JsonValue
HttpOp.httpPostRtnJSON
(String url) -
Uses of JsonValue in org.apache.jena.sparql.lib
Methods in org.apache.jena.sparql.lib that return JsonValue