getJsonPropertyArray

getJsonPropertyArray(name:  StringUtf8;
                     value: JadeAnyArray output): Boolean;

The getJsonPropertyArray method of the JadeJsonObject class gets the value of the JSON property specified in the name parameter. If a property with that name is found, the value parameter is set to the value of that property and the method returns true. If the property is not found, the value parameter is uninitialized and the method returns false.

If the property is found but is not of the JSON array type, exception 1478 (The json property requested was not of the type requested) is raised.

2022.0.04 and higher