How to convert response returned from Ember store to simple JS arrays and JSON objects?. Current component does not currently support direct integration to Ember Data.
Scenario:
1)Mocking the JSON API call using ember cli mirage.
2)Passing the returned response from store to component which does not currently support direct integration to Ember Data, i need to convert the response to JSON objects?. Could you please help with me with that.