JSON Parser Xojo plugin

JSONObject.WalkJSONObjectDelegate Delegate (console safe)

A delegate for the Walk method on this class.

WalkJSONObjectDelegate(
   item as JSONPrimitive,
   key as String)

Parameters

item
The item value for each item as the JSONobject is "walked"
key
The key value for each item as the JSONobject is "walked"

Remarks

See Also

JSONObject Class