JSON Parser Xojo plugin

JSONObject.IntegerValueByKey Method

Reads or writes Integer value in the array by key.

IntegerValueByKey(
   key as String) as Int64

IntegerValueByKey(
   key as String
   assigns value as Int64)

Parameters

key
The key of the item to read or write.
value (assignment parameter)
The value to assign.

Returns

Int64
The read value or zero if not found.

Remarks

See Also

JSONObject Class