Package | Description |
---|---|
org.basex.build.json | |
org.basex.core |
Database core classes.
|
org.basex.io.parse.json |
Modifier and Type | Method and Description |
---|---|
static IOContent |
JsonParser.toXML(IO io,
JsonParserOptions options)
Converts a JSON document to XML.
|
Constructor and Description |
---|
JsonParser(IO source,
MainOptions opts,
JsonParserOptions jopts)
Constructor.
|
JsonParserOptions(JsonParserOptions opts)
Constructor with options to be copied.
|
Modifier and Type | Field and Description |
---|---|
static OptionsOption<JsonParserOptions> |
MainOptions.JSONPARSER
Define JSON parser options.
|
Modifier and Type | Method and Description |
---|---|
static JsonConverter |
JsonConverter.get(JsonParserOptions jopts)
Returns a JSON converter for the given configuration.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.