public class JsonTokener extends Tokener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STOPCHARS |
| Constructor and Description |
|---|
JsonTokener() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getStopChars() |
boolean |
isAllowCRLF() |
java.lang.Object |
nextValue(BaseItem creator,
boolean allowQuote)
Handle unquoted text.
|
JsonObject |
parseEntity(JsonObject parent,
SimpleKeyValueList<?,?> newValue) |
void |
parseEntityProp(JsonObject props,
java.lang.Object propValue,
java.lang.String prop) |
void |
parseToEntity(AbstractList<?> entityList) |
JsonObject |
parseToEntity(JsonObject parent,
SimpleKeyValueList<?,?> newValue)
Cross compiling
|
void |
parseToEntity(SimpleKeyValueList<?,?> entity) |
JsonTokener |
withAllowCRLF(boolean allowCRLF) |
back, charAt, checkValues, getCurrentChar, getNextString, getNextTag, isEnd, length, next, nextClean, nextStartClean, nextString, nextString, nextValue, position, setIndex, skip, skipPos, stepPos, substring, toArray, toString, toText, withBuffer, withTextpublic static final java.lang.String STOPCHARS
public boolean isAllowCRLF()
public JsonTokener withAllowCRLF(boolean allowCRLF)
public java.lang.Object nextValue(BaseItem creator, boolean allowQuote)
Tokenerprotected java.lang.String getStopChars()
getStopChars in class Tokenerpublic JsonObject parseEntity(JsonObject parent, SimpleKeyValueList<?,?> newValue)
public void parseEntityProp(JsonObject props, java.lang.Object propValue, java.lang.String prop)
public JsonObject parseToEntity(JsonObject parent, SimpleKeyValueList<?,?> newValue)
parent - the parent ElementnewValue - the newValuepublic void parseToEntity(SimpleKeyValueList<?,?> entity)
parseToEntity in class Tokenerpublic void parseToEntity(AbstractList<?> entityList)
parseToEntity in class Tokener