Created
March 3, 2016 21:48
-
-
Save matthewsimo/122e35146de589087d73 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
{ | |
"title": "Quotes App", | |
"quotes": [{ | |
"body": "It was the best of times, it was the worst of times", | |
"author": "Charles Dickens", | |
"date": "1859", | |
"source": "A Tale of Two Cities" | |
}, { .. }] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment