Last active
August 29, 2015 14:25
-
-
Save skyler/9015adfc1f29e9650523 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
{"artists": | |
[{"artist_name": "Ryan Adams", | |
"artist_id": 111, | |
"img": "ryan_adams2.jpeg" | |
}, | |
{"artist_name": "Archers of Loaf", | |
"artist_id": 222, | |
"img": "archers_of_loaf.jpg" | |
}, | |
{"artist_name": "Neko Case", | |
"artist_id": 333, | |
"img": "neko_case.jpg" | |
}, | |
{"artist_name": "Tom Waits", | |
"artist_id": 332, | |
"img": "tom_waits.jpg" | |
}, | |
{"artist_name": "Real Estate", | |
"artist_id": 444, | |
"img": "real_estate.jpg" | |
}, | |
{"artist_name": "Rooney", | |
"artist_id": 555, | |
"img": "rooney.jpg" | |
}, | |
{"artist_name": "Exploding Hearts", | |
"artist_id": 666, | |
"img": "exploding_hearts.jpg" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment