Created
January 11, 2012 07:44
-
-
Save goofmint/1593601 to your computer and use it in GitHub Desktop.
Webiblo demo JSON data
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" : "Structure and Interpretation of Computer Programs", | |
| "authors" : [ | |
| "Harold Abelson", | |
| "Gerald Jay Sussman", | |
| "Julie Sussman" | |
| ], | |
| "cover_image" : "http://mitpress.mit.edu/sicp/full-text/book/cover.jpg", | |
| "content_xpath" : "//div[@class=\"content\"]", # Optional | |
| "exclude_xpath" : "//div[@class=\"navigation\"]", # Optional | |
| "chapters" : [ | |
| { | |
| "title" : "Foreword", | |
| "uri" : "http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-5.html#%_chap_Temp_2" | |
| }, | |
| { | |
| "title" : "1 Building Abstractions with Procedures", | |
| "uri" : "http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-9.html#%_chap_1", | |
| "sections" : [ | |
| "title" : "1.1 The Elements of Programming", | |
| "uri" : "http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-10.html#%_sec_1.1" | |
| "subsections" : [ | |
| { | |
| "title" : "1.1.1 Expressions", | |
| "uri" : "http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-10.html#%_sec_1.1.1" | |
| }, | |
| ] | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment