Get a String value from a Property.

Syntax

ISJsonUtilities.GetPropertyString(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 String Optional The value to return if the property was not found. If omitted, a value of Nothing is assumed.

Return Value

String

A String value.

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