- API ›
- Constructors ›
- JsonBool
JsonBool
---types--- jsonBool#c7345e6a value:Bool = JSONValue
Belongs to
| JSONValue |
In Rust this constructor is a variant of the enums::JSONValue enum.
Match on it with: if let enums::JSONValue::JsonBool(v) = result { ... }
Parameters
| value | Bool | required |