net.sf.json.xml
Interface JSONTypes


public interface JSONTypes

Author:
Andres Almiray

Field Summary
static String ARRAY
           
static String BOOLEAN
           
static String FLOAT
           
static String FUNCTION
           
static String INTEGER
           
static String NUMBER
           
static String OBJECT
           
static String STRING
           
 

Field Detail

ARRAY

static final String ARRAY
See Also:
Constant Field Values

BOOLEAN

static final String BOOLEAN
See Also:
Constant Field Values

FLOAT

static final String FLOAT
See Also:
Constant Field Values

FUNCTION

static final String FUNCTION
See Also:
Constant Field Values

INTEGER

static final String INTEGER
See Also:
Constant Field Values

NUMBER

static final String NUMBER
See Also:
Constant Field Values

OBJECT

static final String OBJECT
See Also:
Constant Field Values

STRING

static final String STRING
See Also:
Constant Field Values