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 SummaryConstructors Constructor Description JSONTokener2(java.io.Reader reader)JSONTokener2(java.lang.String s)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringnextString2(char quote)java.lang.ObjectnextValue2()
 
- 
- 
- 
Method Detail- 
nextValue2public java.lang.Object nextValue2() throws JSONException- Throws:
- JSONException
 
 - 
nextString2public java.lang.String nextString2(char quote) throws JSONException- Throws:
- JSONException
 
 
- 
 
-