Uses of Class
org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Packages that use JsopTokenizer
-
Uses of JsopTokenizer in org.apache.jackrabbit.oak.commons.json
Methods in org.apache.jackrabbit.oak.commons.json with parameters of type JsopTokenizerModifier 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.