Skip to content

Instantly share code, notes, and snippets.

@fhightower
Last active October 30, 2017 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fhightower/d21b2f9b257d5314b1a505d3035ae19a to your computer and use it in GitHub Desktop.
Save fhightower/d21b2f9b257d5314b1a505d3035ae19a to your computer and use it in GitHub Desktop.
var json = {
'events': [{
'start_date': {
'year': '2012'
},
'text': {
'headline': '2012 - A Great Year',
'text': "2012 was a great year"
},
}, {
'start_date': {
'year': '2013'
},
'text': {
'headline': '2013 - Another Great Year',
'text': "2013 was another great year"
},
}],
'title': {
'text': {
'headline': 'Basic Timeline',
'text': "A basic timeline."
},
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment