Extracted at 2014-06-26.
pike.ida.liu.se
[Top]
Tools
Tools.JSON
Tools.JSON.JSONTokener

Method Tools.JSON.JSONTokener()->nextObject()


Method nextObject

mixed nextObject()

Description

Get the next value as object. The value can be a Boolean, Double, Integer, JSONArray, JSONObject, or String, or the JSONObject.NULL object.

Returns

An object.