JSON Parser Xojo plugin
JSONArray.Walk Method
Calls the given delegate routine for each element in the array.
Walk(
walkRoutine
as
WalkJSONArrayDelegate)
Parameters
walkRoutine
The method that will be called for each element of the array.
Remarks
See Also
JSONArray Class