Einhugur JSON Plugin III for Xojo |
|
JSONPrimitive.StringValueByKey Method
Gets or Sets String value by key on a JSON object.

StringValueByKey(
memberName
as String)
as String

StringValueByKey(
memberName
as String
assigns value
as String)
Parameters
- memberName
- Name of the member in the JSON object.
- value (assignment parameter)
- Value to set.
Returns
- String
- Result as String.
Remarks
The primitive needs to be actually JSONobject for this getter / setter method to work.
See Also
JSONPrimitive Class