Last active
August 29, 2015 14:00
-
-
Save rolfnl/5574dc952f52a83b2edd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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