Class: JsonType
Defined in: | lib/Types/JsonTypes.coffee |
Inherits: | types.MapManager |
Overview
Manages Object-like values.
Instance Method Summary
- ~ (void) val() Get this as a Json object.
- # (void) toJson()
Constructor Details
#
(void)
constructor(uid, initial_value)
Instance Method Details
~
(void)
val()
~
(void)
val(name)
~
(void)
val(name, content)
Get this as a Json object. Note that none of the values of the result is of type Operation. Get value of a property. Set a new property.
#
(void)
toJson()