medea

Undocumented in source.

Members

Classes

ArrayValue
class ArrayValue
Undocumented in source.
BoolValue
class BoolValue
Undocumented in source.
FloatValue
class FloatValue
Undocumented in source.
IntegerValue
class IntegerValue
Undocumented in source.
NullValue
class NullValue
Undocumented in source.
NumberValue
class NumberValue
Undocumented in source.
ObjectValue
class ObjectValue
Undocumented in source.
StringValue
class StringValue
Undocumented in source.
UIntegerValue
class UIntegerValue
Undocumented in source.
Value
class Value
Undocumented in source.

Functions

parse
Value parse(string doc)
Undocumented in source. Be warned that the author may not have intended to support it.
toJSONString
string toJSONString(Value value, bool pretty)
Undocumented in source. Be warned that the author may not have intended to support it.
toValue
Value toValue(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
wrap
Value wrap(JSONValue value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta