How to convert Ember object which is returned from store into JSON

You could use just a simple AJAX request. Embler has a good library

http://emberjs.com/api/classes/RSVP.html

So your model will return simple json

I found that discuss that can help you some way.