JSON Parser Xojo plugin

JSONObject.StringValueByKey Method

Reads or writes String value in the array by key.

StringValueByKey(
   key as String) as String

StringValueByKey(
   key as String
   assigns value as String)

Parameters

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

Returns

String
The read value or empty string if not found.

Remarks

See Also

JSONObject Class