Skip to content

Instantly share code, notes, and snippets.

@lowenthal-jason
Created January 14, 2016 02:32
Show Gist options
  • Save lowenthal-jason/f8becaf04b287a03cfdd to your computer and use it in GitHub Desktop.
Save lowenthal-jason/f8becaf04b287a03cfdd to your computer and use it in GitHub Desktop.
Example of the same data set with filtering applied
{
"links": {
"self": "/people"
},
"data": [
{
"type": "people",
"id": 1,
"attributes": {
"firstName": "Jason",
"lastName": "Lowenthal"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment