Uses of Class
org.json.JSONTokener

Uses of JSONTokener in org.json
 

Constructors in org.json with parameters of type JSONTokener
JSONArray(JSONTokener readFrom)
          Creates a new JSONArray with values from the next array in the tokener.
JSONObject(JSONTokener readFrom)
          Creates a new JSONObject with name/value mappings from the next object in the tokener.
 



Copyright © 2013 The Android Open Source Project. All Rights Reserved.