JSON Parser Xojo plugin

JSONObject.WalkSafe Method

Same as walk but deleting during walk is safe in this version. Walk is slower though.

WalkSafe(
   walkRoutine as WalkJSONObjectDelegate)

Parameters

walkRoutine
The method that will be called for each element of the JSONObject.

Remarks

Other way to iterate through the JSONobject is to use the CreateIterator functions.

See Also

JSONObject Class