public interface JSONTokenType
extends java.io.Serializable
Description: 'JSON Token Types.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static int |
JSONBoolean
Boolean type.
|
static int |
JSONEndOfArray
Array type.
|
static int |
JSONEndOfObject
Object type.
|
static int |
JSONNull
Null type.
|
static int |
JSONNumber
Numeric type.
|
static int |
JSONPropertyValueDelimiter
PropertyValue.
|
static int |
JSONStartOfArray
Array type.
|
static int |
JSONStartOfObject
Object type.
|
static int |
JSONString
String type.
|
static int |
JSONUndefined
Undefined.
|
static int |
JSONValueDelimiter
PropertyValue.
|
static final int JSONUndefined
static final int JSONString
static final int JSONNumber
static final int JSONBoolean
static final int JSONNull
static final int JSONStartOfObject
static final int JSONEndOfObject
static final int JSONStartOfArray
static final int JSONEndOfArray
static final int JSONPropertyValueDelimiter
static final int JSONValueDelimiter