Last active
January 13, 2018 11:53
-
-
Save Sam-Kruglov/eb01ee410f13339da41aeeff46f34656 to your computer and use it in GitHub Desktop.
JsonFilter with broken links
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": "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