JSON Parser Xojo plugin

JSONArray.WalkJSONArrayDelegate Delegate (console safe)

A delegate for the Walk method on this class.

WalkJSONArrayDelegate(
   item as JSONPrimitive,
   index as Integer)

Parameters

item
The array element value for each item as the array is "walked"
index
Index of the array element.

Remarks

See Also

JSONArray Class