I am looking for an efficient way to translate my Ember object to a json string, to use it in a websocket message below
/* * Model */ App.node = Ember.Obj
I've written an extensive article on how you can convert ember models into native objects or JSON which may help you or others :)
http://pixelchild.com.au/post/44614363941/how-to-convert-ember-objects-to-json
http://byronsalau.com/blog/convert-ember-objects-to-json/