std.json.JsonBool - nitrologic/monkey2 GitHub Wiki
Class JsonBool Extends std:std.json.JsonValue
JsonBool class.
| Consts | |
|---|---|
| FalseValue | Instance of true value. |
| TrueValue | Instance of true value. |
| Constructors | |
|---|---|
| New | Creates a new JsonBool value. |
| Properties | |
|---|---|
| Data | The underlying boolean value. |
| IsBool | (read only) |
| Methods | |
|---|---|
| ToBool | |
| ToJson |