public interface JSON
Modifier and Type | Field and Description |
---|---|
static String |
ARRAY_EMPTY |
static char |
ARRAY_END |
static char |
ARRAY_START |
static char |
FIELD_SEPARATOR |
static String |
ID_MARKER |
static char |
IOR_SEPARTOR |
static char |
MEMBER_SEPARATOR |
static String |
NEWLINE |
static String |
NULL_LITERAL |
static char |
OBJECT_END |
static char |
OBJECT_START |
static char |
QUOTE |
static String |
REF_MARKER |
static char |
SPACE |
static char |
VALUE_SEPARATOR |
Modifier and Type | Method and Description |
---|---|
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 String NEWLINE
static final String NULL_LITERAL
static final String REF_MARKER
static final String ID_MARKER
static final String ARRAY_EMPTY
StringBuilder asString(int level)
level
- level at which this instance is being renderedCopyright © 2006–2022 Apache Software Foundation. All rights reserved.