JSONObject.BooleanValueByKey Method
Reads or writes Boolean value in the array by key.

BooleanValueByKey(
key
as String)
as Boolean

BooleanValueByKey(
key
as String
assigns value
as Boolean)
Parameters
- key
- The key of the item to read or write.
- value (assignment parameter)
- The value to assign.
Returns
- Boolean
- The read value or false if not found.
Remarks
See Also
JSONObject Class