Extracted at 2014-06-26.
[Top]
Tools
Tools.JSON
Tools.JSON.JSONObject
Methods
Length()
ToString()
_indices()
_sizeof()
_values()
`[]()
`[]=()
accumulate()
cast()
create()
fromtokener()
getBool()
getDouble()
getInt()
getJSONArray()
getJSONObject()
getString()
getValue()
has()
isNull()
opt()
optBoolean()
optFloat()
optInt()
optJSONArray()
optJSONObject()
optString()
put()
putOpt()
remove()
toJSONArray()
Tools.JSON.JSONObject
Tools.JSON.JSONObject()->ToString()
Method Tools.JSON.JSONObject()->Length()
Method
Length
int
Length
(
)
Description
Get the number of keys stored in the JSONObject.
Returns
The number of keys in the JSONObject.