public interface JSON
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ARRAY_EMPTY |
static char |
ARRAY_END |
static char |
ARRAY_START |
static char |
FIELD_SEPARATOR |
static java.lang.String |
ID_MARKER |
static char |
IOR_SEPARTOR |
static char |
MEMBER_SEPARATOR |
static java.lang.String |
NEWLINE |
static java.lang.String |
NULL_LITERAL |
static char |
OBJECT_END |
static char |
OBJECT_START |
static char |
QUOTE |
static java.lang.String |
REF_MARKER |
static char |
SPACE |
static char |
VALUE_SEPARATOR |
Modifier and Type | Method and Description |
---|---|
java.lang.StringBuilder |
asString(int level)
Render into a string buffer.
|
static final char FIELD_SEPARATOR
static final char MEMBER_SEPARATOR
static final char VALUE_SEPARATOR
static final char IOR_SEPARTOR
static final char QUOTE
static final char SPACE
static final char OBJECT_START
static final char OBJECT_END
static final char ARRAY_START
static final char ARRAY_END
static final java.lang.String NEWLINE
static final java.lang.String NULL_LITERAL
static final java.lang.String REF_MARKER
static final java.lang.String ID_MARKER
static final java.lang.String ARRAY_EMPTY
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.