Skip to content

Instantly share code, notes, and snippets.

@edstenson
Created September 23, 2011 14:04
Show Gist options
  • Select an option

  • Save edstenson/1237418 to your computer and use it in GitHub Desktop.

Select an option

Save edstenson/1237418 to your computer and use it in GitHub Desktop.
Recording JSON output (without id)
{
"count": "2",
"recordings": [
{
"id": "47ce46821c942ff42f8e",
"start_time": 1313055762,
"finish_time": null,
"name": "Inherit everything 123",
"hash": "9e2e0ba334ee76aa06ef42d5565dbb70"
},
{
"id": "47ce18821c942ee42f8e",
"start_time": 1313055762,
"finish_time": null,
"name": "Inherit everything 124",
"hash": "9e2e0ba334ee76aa06ef42d5565dbb70"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment