public class HTTPTokener extends JSONTokener
JSONTokener.JSONToken| Constructor and Description |
|---|
HTTPTokener(java.lang.String string)
Construct an HTTPTokener from a string.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
nextToken()
Get the next token or string.
|
nextClean, nextKey, nextString, nextTokenType, nextValue, pooledKey, toStringback, dehexchar, end, more, next, next, next, nextTo, nextTo, parsePosition, skipTo, syntaxError, syntaxError, syntaxErrorpublic HTTPTokener(java.lang.String string)
string - A source string.public java.lang.String nextToken()
throws JSONException
JSONException