Ember model to json

后端 未结 12 1353
北恋
北恋 2020-12-13 13:55

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         


        
12条回答
  •  执笔经年
    2020-12-13 14:54

    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/

提交回复
热议问题