JSONObject::GetProp (open)
Get the value of a property
Syntax
// Core function, no LOADLIB necessary
VARIANT FUNCTION GetProp(STRING name, RECORD options)Parameters
STRING nameProprty namae
RECORD optionsOptions
fallbackReturn this value (wrapped) if the property doesn't exist
Return value
VARIANTValue associated with this property, or an exception when the property doesn't exist.