medea ~master (2022-05-18T18:40:27.0239446)
Dub
Repo
BoolValue
medea
Undocumented in source.
final
class
BoolValue :
Value
{
this
(bool b);
this
();
JSONValue
toJSONValue
();
bool
boolean
[@property getter];
}
Constructors
this
this
(bool b)
Undocumented in source.
this
this
()
Undocumented in source.
Members
Functions
toJSONValue
JSONValue
toJSONValue
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
boolean
bool
boolean
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Value
toJSONValue
JSONValue
toJSONValue
()
Undocumented in source.
Meta
Source
See Implementation
medea
classes
ArrayValue
BoolValue
FloatValue
IntegerValue
NullValue
NumberValue
ObjectValue
StringValue
UIntegerValue
Value
functions
parse
toJSONString
toValue
wrap