setJsonPropertyNumber

setJsonPropertyNumber(name: StringUtf8; value: Real);

The setJsonPropertyNumber method of the JadeJsonObject class sets the value of the JSON property specified in the name parameter to the value specified in the value parameter. If the specified property does not exist, a property with that name is created and set. If the property already exists but it is not of the JSON number type, its type is changed to the JSON number type and its value is set to the value in the name parameter.

2022.0.04 and higher