Skip to content

Instantly share code, notes, and snippets.

@rolfnl
Last active August 29, 2015 14:00
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 rolfnl/5574dc952f52a83b2edd to your computer and use it in GitHub Desktop.
Save rolfnl/5574dc952f52a83b2edd to your computer and use it in GitHub Desktop.
(this is a person or user or customer, or some other entity)
{
"data": {
"id": 1,
"name": "foo",
"gender": "male",
"address": {
"street": "my street 12",
"city": "amsterdam",
"country": "NL"
},
"places": {
"data": [
{
"name": "place1"
},
{
"name": "place2"
}
]
}
},
"embeds": [
"places"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment