cc.plural.jsonij
Interface Constants


public interface Constants

JSON Constant Definition.

Version:
1.0.0
Author:
J.W.Marsden

Field Summary
static int ALL_CHAR
           
static int AND
           
static int BACKSPACE
          File Constants
static int BACKSPACE_CHAR
           
static int CARRIAGE_RETURN
           
static int CARRIAGE_RETURN_CHAR
           
static int CLOSE_ARRAY
           
static int CLOSE_OBJECT
           
static int COLON_CHAR
           
static int COMMA_CHAR
           
static int CURRENT_ELEMENT_CHAR
           
static int DECIMAL_POINT
           
static char[] DIGITS
          JSON Numeric Constants
static int EQUAL
           
static int ESCAPE
           
static int EXPRESSION_CHAR
           
static char[] EXPS
           
static String FALSE_STR
           
static int FORM_FEED
           
static int FORM_FEED_CHAR
           
static int GREATER
           
static int HEX_CHAR
           
static char[] HEXDIGITS
           
static int LAST_CHAR
           
static String LAST_PREDICATE
           
static int LEFT_PARENTHESIS
           
static int LEFT_SQUARE_BRACKET
          JPath Constants
static int LESS
           
static int MINUS
           
static int NAME_SEPARATOR
           
static int NEW_LINE
           
static int NEW_LINE_CHAR
           
static String NULL_STR
           
static int OPEN_ARRAY
          JSON Constants
static int OPEN_OBJECT
           
static int OR
           
static int PERIOD_CHAR
           
static int PLUS
           
static String POSITION_PREDICATE
           
static int QUOTATION
          JSON String Constants
static int QUOTATION_MARK
           
static int REVERSE_SOLIDUS
           
static int RIGHT_PARENTHESIS
           
static int RIGHT_SQUARE_BRACKET
           
static int SOLIDUS_CHAR
           
static int SPACE
           
static int TAB
           
static int TAB_CHAR
           
static String TRUE_STR
          Other JSON Types
static int VALUE_SEPARATOR
           
 

Field Detail

BACKSPACE

static final int BACKSPACE
File Constants

See Also:
Constant Field Values

TAB

static final int TAB
See Also:
Constant Field Values

FORM_FEED

static final int FORM_FEED
See Also:
Constant Field Values

NEW_LINE

static final int NEW_LINE
See Also:
Constant Field Values

CARRIAGE_RETURN

static final int CARRIAGE_RETURN
See Also:
Constant Field Values

SPACE

static final int SPACE
See Also:
Constant Field Values

ESCAPE

static final int ESCAPE
See Also:
Constant Field Values

QUOTATION_MARK

static final int QUOTATION_MARK
See Also:
Constant Field Values

OPEN_ARRAY

static final int OPEN_ARRAY
JSON Constants

See Also:
Constant Field Values

OPEN_OBJECT

static final int OPEN_OBJECT
See Also:
Constant Field Values

CLOSE_ARRAY

static final int CLOSE_ARRAY
See Also:
Constant Field Values

CLOSE_OBJECT

static final int CLOSE_OBJECT
See Also:
Constant Field Values

VALUE_SEPARATOR

static final int VALUE_SEPARATOR
See Also:
Constant Field Values

NAME_SEPARATOR

static final int NAME_SEPARATOR
See Also:
Constant Field Values

DIGITS

static final char[] DIGITS
JSON Numeric Constants


DECIMAL_POINT

static final int DECIMAL_POINT
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

EXPS

static final char[] EXPS

QUOTATION

static final int QUOTATION
JSON String Constants

See Also:
Constant Field Values

REVERSE_SOLIDUS

static final int REVERSE_SOLIDUS
See Also:
Constant Field Values

SOLIDUS_CHAR

static final int SOLIDUS_CHAR
See Also:
Constant Field Values

BACKSPACE_CHAR

static final int BACKSPACE_CHAR
See Also:
Constant Field Values

FORM_FEED_CHAR

static final int FORM_FEED_CHAR
See Also:
Constant Field Values

NEW_LINE_CHAR

static final int NEW_LINE_CHAR
See Also:
Constant Field Values

CARRIAGE_RETURN_CHAR

static final int CARRIAGE_RETURN_CHAR
See Also:
Constant Field Values

TAB_CHAR

static final int TAB_CHAR
See Also:
Constant Field Values

HEX_CHAR

static final int HEX_CHAR
See Also:
Constant Field Values

HEXDIGITS

static final char[] HEXDIGITS

TRUE_STR

static final String TRUE_STR
Other JSON Types

See Also:
Constant Field Values

FALSE_STR

static final String FALSE_STR
See Also:
Constant Field Values

NULL_STR

static final String NULL_STR
See Also:
Constant Field Values

LEFT_SQUARE_BRACKET

static final int LEFT_SQUARE_BRACKET
JPath Constants

See Also:
Constant Field Values

RIGHT_SQUARE_BRACKET

static final int RIGHT_SQUARE_BRACKET
See Also:
Constant Field Values

LEFT_PARENTHESIS

static final int LEFT_PARENTHESIS
See Also:
Constant Field Values

RIGHT_PARENTHESIS

static final int RIGHT_PARENTHESIS
See Also:
Constant Field Values

ALL_CHAR

static final int ALL_CHAR
See Also:
Constant Field Values

LAST_CHAR

static final int LAST_CHAR
See Also:
Constant Field Values

EXPRESSION_CHAR

static final int EXPRESSION_CHAR
See Also:
Constant Field Values

PERIOD_CHAR

static final int PERIOD_CHAR
See Also:
Constant Field Values

CURRENT_ELEMENT_CHAR

static final int CURRENT_ELEMENT_CHAR
See Also:
Constant Field Values

COMMA_CHAR

static final int COMMA_CHAR
See Also:
Constant Field Values

COLON_CHAR

static final int COLON_CHAR
See Also:
Constant Field Values

LESS

static final int LESS
See Also:
Constant Field Values

GREATER

static final int GREATER
See Also:
Constant Field Values

EQUAL

static final int EQUAL
See Also:
Constant Field Values

AND

static final int AND
See Also:
Constant Field Values

OR

static final int OR
See Also:
Constant Field Values

LAST_PREDICATE

static final String LAST_PREDICATE
See Also:
Constant Field Values

POSITION_PREDICATE

static final String POSITION_PREDICATE
See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.