Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Created July 21, 2015 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcardarella/665c43ad98ea032539cc to your computer and use it in GitHub Desktop.
Save bcardarella/665c43ad98ea032539cc to your computer and use it in GitHub Desktop.
{
"data": [
{
id: 1,
type: "foo",
relationships: {
"bars": {
data: [
{ id: 2, type: "bar" }
]
}
}
],
"included": [
{
id: 2,
type: "bar",
attributes: {
baz: "zed"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment