| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| jsonText | String | The JSON Text to parse. | ||
| propertyName | String | The case-sensitive Property Name to locate, e.g., "contactDetails" or the path of a property, e.g., "contactDetails.emailAddress". | ||
| defaultValue | Decimal | Optional | The value to return if the property was not found. If omitted, a value of 0 is assumed. |
A Decimal value.