JSONObject::GetProp (open)

Get the value of a property

Syntax

// Core function, no LOADLIB necessary

VARIANT FUNCTION GetProp(STRING name, RECORD options)

Parameters

STRING name

Proprty namae

RECORD options

Options

fallback

Return this value (wrapped) if the property doesn't exist

Return value

VARIANT

Value associated with this property, or an exception when the property doesn't exist.