Layer 220
JsonBool
JSON boolean value
constructor
jsonBool#c7345e6a value:Bool = JSONValue;
Parameters
| Name | Type | Description |
|---|---|---|
| Value | Bool | Value |
Returns
JSONValueGogram Example
// Creating JsonBool constructor obj := &tg.JsonBool{ Value: true, }