Created
September 23, 2011 14:04
-
-
Save edstenson/1237418 to your computer and use it in GitHub Desktop.
Recording JSON output (without id)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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