Uses of Class
org.apache.jackrabbit.oak.commons.json.JsonObject
Packages that use JsonObject
-
Uses of JsonObject in org.apache.jackrabbit.oak.commons.json
Methods in org.apache.jackrabbit.oak.commons.json that return JsonObjectModifier and TypeMethodDescriptionstatic JsonObjectJsonObject.create(JsopTokenizer t) Reads a JSON object from the given tokenizer.static JsonObjectJsonObject.create(JsopTokenizer t, boolean respectOrder) Reads a JSON object from the given tokenizer.static JsonObjectBuild a Json object from a String.Methods in org.apache.jackrabbit.oak.commons.json that return types with arguments of type JsonObject