Created
June 18, 2017 23:13
-
-
Save wcalderipe/c07095fbeed78ad08edf78783265f704 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
{ | |
"books": [ | |
{ | |
"title": "Some awesome book in the internet", | |
"author": "John Doe", | |
"cover": "http://placehold.it/158x200" | |
}, | |
{ | |
"title": "Some awesome book in the internet", | |
"author": "John Doe", | |
"cover": "http://placehold.it/158x350" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment