Created
May 11, 2017 13:46
-
-
Save boeboe/46041192ae51e81b53ad4b0a5ada9489 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
{ | |
"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