setJsonPropertyBoolean

setJsonPropertyBoolean(name: StringUtf8; value: Boolean);

The setJsonPropertyBoolean 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 boolean type, its type is changed to the JSON boolean type and its value is set to the value in the name parameter.

2022.0.04 and higher