Uses of Class
org.basex.build.json.JsonParserOptions
Packages that use JsonParserOptions
Package
Description
Database core classes.
-
Uses of JsonParserOptions in org.basex.build.json
Constructors in org.basex.build.json with parameters of type JsonParserOptionsModifierConstructorDescriptionJsonParser(IO source, MainOptions opts, JsonParserOptions jopts) Constructor.Constructor with options to be copied. -
Uses of JsonParserOptions in org.basex.core
Fields in org.basex.core with type parameters of type JsonParserOptionsModifier and TypeFieldDescriptionstatic final OptionsOption<JsonParserOptions>MainOptions.JSONPARSERDefine JSON parser options. -
Uses of JsonParserOptions in org.basex.io.parse.json
Methods in org.basex.io.parse.json with parameters of type JsonParserOptionsModifier and TypeMethodDescriptionstatic JsonConverterJsonConverter.get(JsonParserOptions jopts) Returns a JSON converter for the given configuration.Constructors in org.basex.io.parse.json with parameters of type JsonParserOptionsModifierConstructorDescriptionJsonParser(String input, JsonParserOptions opts, JsonConverter conv) Constructor taking the input string and the spec according to which it is parsed.