Uses of Class
org.json.ParserConfiguration
-
Uses of ParserConfiguration in org.json
Subclasses of ParserConfiguration in org.jsonModifier and TypeClassDescriptionclassConfiguration object for the XML to JSONML parser.classConfiguration object for the JSON parser.classConfiguration object for the XML parser.Methods in org.json with type parameters of type ParserConfigurationModifier and TypeMethodDescription<T extends ParserConfiguration>
TParserConfiguration.withKeepStrings(boolean newVal) When parsing the XML into JSONML, specifies if values should be kept as strings (true), or if they should try to be guessed into JSON values (numeric, boolean, string)<T extends ParserConfiguration>
TParserConfiguration.withMaxNestingDepth(int maxNestingDepth) Defines the maximum nesting depth that the parser will descend before throwing an exception when parsing the XML into JSONML.Methods in org.json that return ParserConfigurationModifier and TypeMethodDescriptionprotected ParserConfigurationParserConfiguration.clone()Provides a new instance of the same configuration.