Skip to content

Instantly share code, notes, and snippets.

@thushw
Created June 4, 2018 22:08
Show Gist options
  • Save thushw/34a6ebdaa71ee9b493442f6bb97a0684 to your computer and use it in GitHub Desktop.
Save thushw/34a6ebdaa71ee9b493442f6bb97a0684 to your computer and use it in GitHub Desktop.
var obj = JSON.parse(s)
for (var i = 0; i < obj.data.length; i++) {
var item = obj.data[i];
console.log(`created time ${item.created_time}, message ${item.message} id ${item.id}`)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment