std.json.JsonBool - nitrologic/monkey2 GitHub Wiki
std:std.json.JsonValue
Class JsonBool ExtendsJsonBool 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 |