JSONObject.Operator_Subscript Method
Writes value to the JSONObject by key using standard array operator.

Operator_Subscript(
key
as String,
assigns value
as JSONPrimitive)
Parameters
- key
- The key of the element to write to.
- value (assign parameter)
- The value to write.
Remarks
See Also
JSONObject Class