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 TypeClassDescriptionclassclassclassclassclassclassclassMethods in org.apache.jena.atlas.json that return JsonValueModifier and TypeMethodDescriptionstatic JsonValuestatic JsonValueJsonAccess.accessPath(JsonValue obj, String... path) JsonBuilder.build()static JsonValueCreate a safe copy of aJsonValue.static JsonValueCreate a safe copy of aJsonValue.JsonArray.get(int index) static JsonValueJSON.parseAny(InputStream input) Parse any JSON value, not just an object, from an input streamstatic JsonValueParse any JSON value, not just an object, from a filestatic JsonValueRead 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 JsonValuestatic JsonValueJsonAccess.accessPath(JsonValue obj, String... path) voidbooleanstatic JsonValueCreate a safe copy of aJsonValue.static JsonValueCreate a safe copy of aJsonValue.static JsonBuilderJsonBuilder.createFrom(JsonValue arg) Create a builder from aJsonValue.static StringJsonValue to a formatted, multiline stringstatic StringJSON.toStringFlat(JsonValue jValue) JsonValue to a string with no newlinesstatic voidJSON.write(OutputStream output, JsonValue jValue) Write out a JSON value - pass a JSON Object to get legal exchangeable JSONstatic voidWrite out a JSON value - pass a JSON Object to get legal exchangeable JSONstatic voidWrite 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 TypeMethodDescriptionbooleanJsonArray.addAll(int index, Collection<? extends JsonValue> c) booleanJsonArray.addAll(Collection<? extends JsonValue> c) voidJsonObject.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 JsonValueHttpOp.httpGetJson(String url) static JsonValueHttpOp.httpPostRtnJSON(String url) -
Uses of JsonValue in org.apache.jena.sparql.lib
Methods in org.apache.jena.sparql.lib that return JsonValue