Einhugur JSON Plugin III for Xojo

JSONArray.StringValueByIndex Method

Gets or sets String value by given index.

StringValueByIndex(
   index as Integer) as String

StringValueByIndex(
   index as Integer
   assigns value as String)

Parameters

index
The index of the value to get or set.
value (assignment parameter)
The index of the value to get or set.

Returns

String
The returned value when using the getter. If index is not found then default is returned which is empty string for String.

Remarks

See Also

JSONArray Class