getJsonProperty
getJsonProperty(name: StringUtf8; value: Any output): Boolean;
The getJsonProperty method of the JadeJsonObject class gets the value of the JSON property specified in the name parameter. The value parameter is set to the value found. If a null value is found, the value parameter is set to an uninitialzed value.
If the JSON property is not found, the value parameter is uninitialized and the method returns false.
2022.0.04 and higher