Nickolay - KiokuJS-0.01
Class('KiokuJS.Reference', { has : { ID : { required : true }, type : null }, methods : { toString : function () { return '{"$ref":' + this.ID + '}' } } })
This infrastructure is considered to be beta.
Everything should be usable, to a certain degree.
Class('KiokuJS.Reference', { has : { ID : { required : true }, type : null }, methods : { toString : function () { return '{"$ref":' + this.ID + '}' } } })