JSON Parser Xojo plugin

JSONPrimitive.IsObject Property

Returns true if the primitive contains JSONObject (dictionary)

IsObject as Boolean {Read}

Remarks

If the primitive is a Object then you can safely type cast the primitive into JSONObject object.

See Also

JSONPrimitive Class