Get a Boolean value from a Property.

Syntax

ISJsonUtilities.GetPropertyBoolean(jsonText, propertyName, [defaultValue])

Parameters

NameTypeOptionalByRefDescription
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 Boolean Optional The value to return if the property was not found. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value.

Member of:
ISJsonUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0