Last active
October 7, 2016 10:12
-
-
Save coryhouse/3ab83eba0d7abb23b6a07e8e65fdcf04 to your computer and use it in GitHub Desktop.
Mock data for API call in "Building a JavaScript Development Environment" on Pluralsight
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
[ | |
{"id": 1,"newMpg":24,"tradeMpg":18,"pricePerGallon":"$1.34","milesDrivenPerMonth":954}, | |
{"id": 2,"newMpg":28,"tradeMpg":39,"pricePerGallon":"$2.96","milesDrivenPerMonth":298}, | |
{"id": 3,"newMpg":44,"tradeMpg":31,"pricePerGallon":"$3.72","milesDrivenPerMonth":264} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment