Get an Array from a Property.

Syntax

ISJsonUtilities.GetPropertyArray(jsonText, propertyName)

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.emailAddresses".

Return Value

ISJsonToken()

An array of ISJsonToken values.

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