Skip to content

Instantly share code, notes, and snippets.

@Sam-Kruglov
Last active January 13, 2018 11:53
Show Gist options
  • Select an option

  • Save Sam-Kruglov/eb01ee410f13339da41aeeff46f34656 to your computer and use it in GitHub Desktop.

Select an option

Save Sam-Kruglov/eb01ee410f13339da41aeeff46f34656 to your computer and use it in GitHub Desktop.
JsonFilter with broken links
{
"firstName": "John",
"links": [
{
"rel": "self",
"href": "http://localhost:8080/users/1?fields=firstName"
},
{
"rel": "user",
"href": "http://localhost:8080/users/1{?projection}"
},
{
"rel": "group",
"href": "http://localhost:8080/groups/1"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment