In a resource object I'd like to omit the links object, see http://jsonapi.org/format/#document-resource-objects
I have a long list of objects with one attribute and only need the id, type and attributes members of the resource object.
Is there an option to omit optional members of a resource (links)?
In a resource object I'd like to omit the
linksobject, see http://jsonapi.org/format/#document-resource-objectsI have a long list of objects with one attribute and only need the
id,typeandattributesmembers of the resource object.Is there an option to omit optional members of a resource (links)?