org.json
public class HTTPTokener extends JSONTokener
| Constructor Summary | |
|---|---|
| HTTPTokener(String s)
Construct an XMLTokener from a string. | |
| Method Summary | |
|---|---|
| String | nextToken()
Get the next token or string. |
Parameters: s A source string.
Returns: A String.
Throws: JSONException