I have a simple model and use the RESTadapter to get the data. The JSON request is executed, but then I receive the following error: \"Your server returned a hash with the key
The JSON you are looking for should have a root element
{"articles": [ { "id": 1, "title": "Title 1" }, { "id": 2, "title": "Title 2" } ] }
You can find documentation in the Ember Docs RESTAdapter or at the JSONapi project