Skip to content

Instantly share code, notes, and snippets.

@gavinhogan
Created July 11, 2012 03:56
Show Gist options
  • Save gavinhogan/3087885 to your computer and use it in GitHub Desktop.
Save gavinhogan/3087885 to your computer and use it in GitHub Desktop.
var jo = { "4f458788590ca220fc0029fd":
{ "id": "4f458788590ca220fc0029fd",
"name": "Old Skool PCM",
"isAfk": false,
"akfCount": 0,
"akfTime": null
},
"4f43dff8590ca268c10005e9":
{ "id": "4f43dff8590ca268c10005e9",
"name": "Uglee",
"isAfk": false,
"akfCount": 0,
"akfTime": null } };
console.log('*** Object ***')
console.log(jo)
console.log('*** String ***')
console.log(JSON.stringify(jo))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment