public final class JSONParser extends XMLParser
The parser provides some options, which can be specified via
SET PARSEROPT ...:
jsonml specifies if the input is parsed in the JsonML
format (default: no).All options are separated by commas, and the keys and values are separated by equality sign (=).
Example:
SET PARSEROPT separator=tab,format=simple,header=no; CREATE DB ...
Description: Use tabs as separator, choose simple XML format,
and indicate that the file contains no header.
builder| Constructor and Description |
|---|
JSONParser(IO source,
Prop pr)
Constructor.
|
JSONParser(IO source,
Prop pr,
java.lang.String options)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static IO |
toXML(IO io,
java.lang.String options)
Converts a JSON document to XML.
|
builder, parseemptyParser, info, item, singleParser, target, xmlParser