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, toString
back, dehexchar, end, more, next, next, next, nextTo, nextTo, parsePosition, skipTo, syntaxError, syntaxError, syntaxError
public HTTPTokener(java.lang.String string)
string
- A source string.public java.lang.String nextToken() throws JSONException
JSONException