Created
December 12, 2011 21:06
-
-
Save stevenpsmith/1469100 to your computer and use it in GitHub Desktop.
This file contains 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
[ | |
{ | |
"id":1, | |
"date": "12/12/2011", | |
"type": "Run", | |
"distance": "3 miles", | |
"comments": "This was really hard", | |
"minutes": 36 | |
}, | |
{ | |
"id":2, | |
"date": "12/11/2011", | |
"type": "Bike", | |
"distance": "6 miles", | |
"comments": "All down hill...felt like nothing", | |
"minutes": 30 | |
}, | |
{ | |
"id":3, | |
"date": "12/10/2011", | |
"type": "Walk", | |
"distance": "2.5 miles", | |
"comments": "Shouldn't have taken the dog", | |
"minutes": 45 | |
}, | |
{ | |
"id":4, | |
"date": "12/09/2011", | |
"type": "Run", | |
"distance": "Long", | |
"comments": "Legs felt good", | |
"minutes": 75 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment