digia / jaysonapi

Node framework agnostic JSON API serializer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MUST: Included should not be present if data is empty

digia opened this issue · comments

Empty collections will be an empty array, not undefined. Need to change the check here.

https://github.com/digia/jaysonapi/blob/master/src/index.js#L235