com.alibaba.dubbo.common.json
Class JSONToken
java.lang.Object
com.alibaba.dubbo.common.json.JSONToken
public class JSONToken
- extends Object
JSONToken.
- Author:
- qian.lei
ANY
public static final int ANY
- See Also:
- Constant Field Values
IDENT
public static final int IDENT
- See Also:
- Constant Field Values
LBRACE
public static final int LBRACE
- See Also:
- Constant Field Values
LSQUARE
public static final int LSQUARE
- See Also:
- Constant Field Values
RBRACE
public static final int RBRACE
- See Also:
- Constant Field Values
RSQUARE
public static final int RSQUARE
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
NULL
public static final int NULL
- See Also:
- Constant Field Values
BOOL
public static final int BOOL
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
ARRAY
public static final int ARRAY
- See Also:
- Constant Field Values
OBJECT
public static final int OBJECT
- See Also:
- Constant Field Values
type
public final int type
value
public final Object value
Copyright © 2012–2017 Alibaba. All rights reserved.