public class MbJSON
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ARRAY
This is the specific type for a JSON array element.
|
static java.lang.String |
ARRAY_ITEM_NAME
This is the name of an array item element that is a child of an array element.
|
static java.lang.String |
DATA_ELEMENT_NAME
This is the name of the data element that must be a child of the root element.
|
static int |
OBJECT
This is the specific type for a JSON object element.
|
static java.lang.String |
PADDING_ELEMENT_NAME
This is the name of the optional padding element that can be a child of the root element.
|
static java.lang.String |
PARSER_NAME
This is the name of the parser as used by
createElementAsLastChild() |
static java.lang.String |
ROOT_ELEMENT_NAME
This is the name of the element at the root of the sub-tree owned by this parser.
|
Constructor and Description |
---|
MbJSON() |
public static final java.lang.String PARSER_NAME
createElementAsLastChild()
public static final java.lang.String ROOT_ELEMENT_NAME
public static final java.lang.String DATA_ELEMENT_NAME
public static final java.lang.String PADDING_ELEMENT_NAME
public static final java.lang.String ARRAY_ITEM_NAME
public static final int ARRAY
public static final int OBJECT