Uses of Class
org.basex.io.parse.json.JsonConverter
Packages that use JsonConverter
-
Uses of JsonConverter in org.basex.io.parse.json
Subclasses of JsonConverter in org.basex.io.parse.jsonModifier and TypeClassDescriptionfinal classThis class converts a JSON document to a XML structure.final classThis class converts a JSON document to XML.final classThis class converts a JSON document to XML.final classProvides a method for parsing a JSON string and converting it to an XQuery item made of nested maps.Methods in org.basex.io.parse.json that return JsonConverterModifier and TypeMethodDescriptionfinal JsonConverterJsonConverter.fallback(JsonFallback func) Assigns a fallback function for invalid characters.static JsonConverterJsonConverter.get(JsonParserOptions jopts) Returns a JSON converter for the given configuration.Constructors in org.basex.io.parse.json with parameters of type JsonConverterModifierConstructorDescriptionJsonParser(String input, JsonParserOptions opts, JsonConverter conv) Constructor taking the input string and the spec according to which it is parsed.