Skip to content

Instantly share code, notes, and snippets.

@boeboe
Created May 11, 2017 13:46
Show Gist options
  • Save boeboe/46041192ae51e81b53ad4b0a5ada9489 to your computer and use it in GitHub Desktop.
Save boeboe/46041192ae51e81b53ad4b0a5ada9489 to your computer and use it in GitHub Desktop.
{
"name": "John Doe",
"age": 42,
"links": [ {
"rel": "self",
"href": "http://localhost:8080/user/0"
}, {
"rel": "address",
"href": "http://localhost:8080/user/0/address"
} ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment