Created
February 7, 2015 00:25
-
-
Save smellymonk/035e554ad9c4ff2bb6cd to your computer and use it in GitHub Desktop.
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
{ | |
{ "rel": "report", "_links": { "href": "..." }, "someAttribute": "..." }, | |
{ "rel": "report", "_links": { "href": "..." }, "someAttribute": "..." }, | |
{ "rel": "report", "_links": { "href": "..." }, "someAttribute": "..." }, | |
{ "rel": "report", "_links": { "href": "..." }, "someAttribute": "..." }, | |
... | |
} |
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
{ | |
"report": [ | |
{ "_links": { "href": "..." }, "someAttribute": "..." }, | |
{ "_links": { "href": "..." }, "someAttribute": "..." }, | |
{ "_links": { "href": "..." }, "someAttribute": "..." }, | |
{ "_links": { "href": "..." }, "someAttribute": "..." }, | |
... | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This assumes that each "report" object when dereferenced will return one object.