Last active
May 29, 2017 23:57
-
-
Save gregturn/04173eff6526ca4bf67c03cd63fa7399 to your computer and use it in GitHub Desktop.
Custom JSON HAL document - after update
This file contains hidden or 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
{ | |
"firstName" : "Frodo", | |
"lastName" : "Baggins", | |
"name" : "Frodo Baggins", | |
"_links" : { | |
"self" : { | |
"href" : "/customers/1" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment