JSONObject.Operator_Subscript Method
Reads value from the JSONObject by key using standard array operator.
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