Ember Data Configuration: ID Field

It would be nice to be able to configure the ID field for json responses…

By default my id fields are returned as “_id” not “id” so ember data doesn’t see the id. It would be more convenient to tell ember data what field has the id rather than manually programming my endpoints to return “id”.

read https://github.com/emberjs/data/blob/master/TRANSITION.md#rest-adapter-and-serializer-configuration.