Created
March 7, 2018 19:59
-
-
Save skinny/1b5901d403e73061ff8a4e488f1d6e7b 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": "Book Title", | |
"content": "Lorum ipsum", | |
"chapters": [ | |
{ | |
"title": "Chapter 1", | |
"content": "Er was eens" | |
}, | |
{ | |
"title": "Chapter 2", | |
"content": "En vervolgesn ging het" | |
} | |
] | |
}, | |
{ | |
"title": "Bitcoin voor dummies", | |
"content": "empty wallet" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment