toddmohney / json-api

Haskell Implementation of the JSON-API specification
http://hackage.haskell.org/package/json-api
MIT License
35 stars 14 forks source link

Add 'relationships' to ResourceObject #9

Closed toddmohney closed 8 years ago

toddmohney commented 8 years ago

Specification: http://jsonapi.org/format/#document-resource-objects

toddmohney commented 8 years ago

Create a basic implementation of a Resource object. Do not include the Meta object at this time.