@Deprecated public class JSONToken extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ANY
已过时。
|
static int |
ARRAY
已过时。
|
static int |
BOOL
已过时。
|
static int |
COLON
已过时。
|
static int |
COMMA
已过时。
|
static int |
FLOAT
已过时。
|
static int |
IDENT
已过时。
|
static int |
INT
已过时。
|
static int |
LBRACE
已过时。
|
static int |
LSQUARE
已过时。
|
static int |
NULL
已过时。
|
static int |
OBJECT
已过时。
|
static int |
RBRACE
已过时。
|
static int |
RSQUARE
已过时。
|
static int |
STRING
已过时。
|
int |
type
已过时。
|
Object |
value
已过时。
|
public static final int ANY
public static final int IDENT
public static final int LBRACE
public static final int LSQUARE
public static final int RBRACE
public static final int RSQUARE
public static final int COMMA
public static final int COLON
public static final int NULL
public static final int BOOL
public static final int INT
public static final int FLOAT
public static final int STRING
public static final int ARRAY
public static final int OBJECT
public final int type
public final Object value
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.