JSON Parser Xojo plugin

JSONPrimitive.IsArray Property

Returns true if the primitive contains Array.

IsArray as Boolean {Read}

Remarks

If the primitive is a array then you can safely type cast the primitive into JSONArray object.

See Also

JSONPrimitive Class