Skip to content

Instantly share code, notes, and snippets.

@spektraldevelopment
Last active August 29, 2015 14:05
Show Gist options
  • Save spektraldevelopment/b4181561f7f32b9621ae to your computer and use it in GitHub Desktop.
Save spektraldevelopment/b4181561f7f32b9621ae to your computer and use it in GitHub Desktop.
A complex example of JSON, converted from XML sample
{
"discography": {
"artist": "Modest Mouse",
"album": [
{
"title": "Good News For People Who Love Bad News",
"year": "2004",
"tracks": {
"total": "16",
"track": [
{
"duration": "0:10",
"innerContent": "Horn Intro"
},
{
"duration": "4:33",
"innerContent": "The World At Large"
},
{
"duration": "3:28",
"innerContent": "Float On"
},
{
"duration": "3:44",
"innerContent": "Ocean Breathes Salty"
},
{
"duration": "0:13",
"innerContent": "Dig Your Grave"
},
{
"duration": "3:50",
"innerContent": "Bury Me With It"
},
{
"duration": "2:57",
"innerContent": "Dance Hall"
},
{
"duration": "4:15",
"innerContent": "Bukowski"
},
{
"duration": "2:19",
"innerContent": "This Devil's Workday"
},
{
"duration": "4:10",
"innerContent": "The View"
},
{
"duration": "2:35",
"innerContent": "Satin In A Coffin"
},
{
"duration": "0:59",
"innerContent": "Interlude (Milo)"
},
{
"duration": "5:25",
"innerContent": "Blame It On The Tetons"
},
{
"duration": "2:43",
"innerContent": "Black Cadillacs"
},
{
"duration": "3:02",
"innerContent": "One Chance"
},
{
"duration": "4:17",
"innerContent": "The Good Times Are Killing Me"
}
]
}
},
{
"title": "We Were Dead Before The Ship Even Sank",
"year": "2007",
"tracks": {
"total": "14",
"track": [
{
"duration": "3:31",
"innerContent": "March Into The Sea"
},
{
"duration": "4:06",
"innerContent": "Dashboard"
},
{
"duration": "4:35",
"innerContent": "Fire It Up"
},
{
"duration": "2:58",
"innerContent": "Florida"
},
{
"duration": "5:34",
"innerContent": "Parting Of The Sensory"
},
{
"duration": "4:25",
"innerContent": "Missed The Boat"
},
{
"duration": "3:40",
"innerContent": "We've Got Everything"
},
{
"duration": "4:29",
"innerContent": "Fly Trapped In A Jar"
},
{
"duration": "3:56",
"innerContent": "Education"
},
{
"duration": "4:44",
"innerContent": "Little Motel"
},
{
"duration": "4:26",
"innerContent": "Steam Engenius"
},
{
"duration": "8:27",
"innerContent": "Spitting Venom"
},
{
"duration": "3:42",
"innerContent": "People As Places As People"
},
{
"duration": "4:00",
"innerContent": "Invisible"
}
]
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment