See: Milestone 0.15.2
Bugs
#190 @Json( { toJson: x } ) was not binding the model to this of the toJson handler. Now it is.
#192 same as #190 but with @ToJson()
#177 @ToJson is now recursively called on child models (@FromJson is not updated yet - see #194)