JSON Parser Xojo plugin

JSONObject.Operator_Subscript Method

Reads value from the JSONObject by key using standard array operator.

Operator_Subscript(
   key as String) as JSONPrimitive

Parameters

key
The key of the element to read from.

Returns

JSONPrimitive
The requested element or nil if not found.

Remarks

See Also

JSONObject Class