Created
May 18, 2015 18:14
-
-
Save cblunt/557d049da7f5e0101253 to your computer and use it in GitHub Desktop.
Copy of the JSON response from http://blog.chrisblunt.com/android-consuming-a-remote-json-api-with-volley
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
{ | |
"message": "JSON Response OK", | |
"code": 200, | |
"images": [ | |
{ | |
"url": "http://assets.chrisblunt.com/wp-content/uploads/2012/12/IMG_20120619_202506-e1356946615784.jpg", | |
"title": "Hand Sunset" | |
}, | |
{ | |
"url": "http://assets.chrisblunt.com/wp-content/uploads/2010/01/PC280118.jpg", | |
"title": "Helicopter Ride" | |
}, | |
{ | |
"url": "http://assets.chrisblunt.com/wp-content/uploads/2010/08/brew.jpg", | |
"title": "Brew + Biscuit" | |
}, | |
{ | |
"url": "http://assets.chrisblunt.com/wp-content/uploads/2013/05/business_cards.jpg", | |
"title": "2013 Business Cards" | |
}, | |
{ | |
"url": "http://assets.chrisblunt.com/wp-content/uploads/2012/12/DSCF7504-copy-150x150.jpg", | |
"title": "Queenstown Lookout" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment