Anyone know how to send a boolean value (e.g. true or false) in JSON for an API request using *service?
true
false
*service
*set: thing
Then do this in the *service call
*send: {"My_Key" -> thing}
It is unclear how to do false still.