Package org.json
Class JSONObject2.JSONTokener2
- java.lang.Object
-
- org.json.JSONTokener
-
- org.json.JSONObject2.JSONTokener2
-
- Enclosing class:
- JSONObject2
public static class JSONObject2.JSONTokener2 extends JSONTokener
-
-
Constructor Summary
Constructors Constructor Description JSONTokener2(java.io.Reader reader)
JSONTokener2(java.lang.String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
nextString2(char quote)
java.lang.Object
nextValue2()
-
-
-
Method Detail
-
nextValue2
public java.lang.Object nextValue2() throws JSONException
- Throws:
JSONException
-
nextString2
public java.lang.String nextString2(char quote) throws JSONException
- Throws:
JSONException
-
-