public class JsonOptions extends Options
Modifier and Type | Class and Description |
---|---|
static class |
JsonOptions.JsonFormat
JSON formats.
|
Options.YesNo, Options.YesNoOmit
Modifier and Type | Field and Description |
---|---|
static EnumOption<JsonOptions.JsonFormat> |
FORMAT
Option: format.
|
static BooleanOption |
LAX
Option: lax conversion of names to QNames.
|
static BooleanOption |
MERGE
Option: merge type information.
|
static BooleanOption |
STRINGS
Option: include string types.
|
Constructor and Description |
---|
JsonOptions()
Default constructor.
|
JsonOptions(JsonOptions opts)
Constructor with options to be copied.
|
public static final BooleanOption MERGE
public static final BooleanOption STRINGS
public static final BooleanOption LAX
public static final EnumOption<JsonOptions.JsonFormat> FORMAT
public JsonOptions()
public JsonOptions(JsonOptions opts)
opts
- optionsCopyright © 2005–2015 BaseX Team. All rights reserved.