Created
May 11, 2017 13:42
-
-
Save boeboe/2ba848cfe01579fe0af6cee971a51226 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