Class: JsonType
| Defined in: | lib/Types/JsonTypes.coffee | 
| Inherits: | types.MapManager | 
Overview
Manages Object-like values.
Variables Summary
- mutable_default =
 - 
    
trueWhether the default is 'mutable' (true) or 'immutable' (false)
 
Instance Method Summary
- # (void) setMutableDefault(mutable) Set if the default is 'mutable' or 'immutable'
 - ~ (Json) val()
 - # (void) _encode() Private
 
Constructor Details
      #
(void)
constructor(uid, initial_value, mutable)
      
    
Instance Method Details
      #
(void)
setMutableDefault(mutable)
      
    
Set if the default is 'mutable' or 'immutable'
      ~
(Json)
val()
      
      ~
(JsonType|Word|String|Object)
val(name)
      
      ~
(JsonType)
val(name, content)
      
    
      #
(void)
_encode()
      Private