medea ~master (2022-05-18T18:40:27.0239446)
Dub
Repo
StringValue
medea
Undocumented in source.
final
class
StringValue :
Value
{
this
(string str);
this
();
JSONValue
toJSONValue
();
string
text
[@property getter];
}
Constructors
this
this
(string str)
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
text
string
text
[@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