Created
February 17, 2016 02:55
-
-
Save JuanCaicedo/c2e002e616f5f269892b to your computer and use it in GitHub Desktop.
Reformatted JSON from http://stackoverflow.com/questions/35435543/oboe-js-how-to-work-with-chainable-method-and-retrieving-ancestor-value
This file contains 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
{ | |
"data": [{ | |
"profile_namespace": "DS", | |
"tutorial": { | |
"owner_name": "Dominic", | |
"picture_url": "/picture.jpg", | |
"title": "The code", | |
"url": "/Dominic/thecode/", | |
"sections": [{ | |
"episode_url": "/tutorial/intro/symphony-of-war/", | |
"artist": "MasterOrchestra", | |
"title": "Symphony of War" | |
}, { | |
"episode_url": "/tutorial/mainshow/musicproductiontip1/", | |
"artist": "DStone", | |
"title": "Music production tip 1" | |
}, { | |
"episode_url": "/tutorial/outrothe/nextshow/", | |
"artist": "MasterOrchestra", | |
"title": "Next show" | |
}] | |
} | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment