public interface JsonConstants
Modifier and Type | Field and Description |
---|---|
static byte[] |
ARRAY
Token: array.
|
static byte[][] |
ATTRS
Global data type attributes.
|
static byte[] |
BOOLEAN
Token: boolean.
|
static byte[] |
ITEM
Token: item.
|
static byte[] |
JSON
Token: json.
|
static byte[] |
NAME
Token: name.
|
static byte[] |
NUMBER
Token: number.
|
static byte[] |
OBJECT
Token: object.
|
static byte[] |
PAIR
Token: pair.
|
static byte[] |
S
Plural.
|
static byte[] |
STRING
Token: string.
|
static byte[] |
TYPE
Token: type.
|
static byte[][] |
TYPES
Supported data types.
|
static byte[] |
VALUE
Token: array value.
|
static final byte[] JSON
static final byte[] TYPE
static final byte[] ITEM
static final byte[] STRING
static final byte[] NUMBER
static final byte[] BOOLEAN
static final byte[] ARRAY
static final byte[] OBJECT
static final byte[] PAIR
static final byte[] NAME
static final byte[] VALUE
static final byte[][] TYPES
static final byte[] S
static final byte[][] ATTRS
Copyright © 2005–2015 BaseX Team. All rights reserved.