BlairAllegroTech / js-data-jsonapi

JsonApi Adapter for js-data
MIT License
15 stars 5 forks source link

Deserialize null #39

Closed rgant closed 7 years ago

rgant commented 7 years ago

Fix for #37

rgant commented 7 years ago

Had to change this around so that it's a special case just for empty arrays when injecting hasOne relationships. Plus a test case!