Created
April 6, 2018 14:35
-
-
Save gpspake/b88ce39f2390cef4020d8231ecff1ee0 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
[ | |
{ | |
"sku": "1", | |
"name": "Brake Pads", | |
"price": "30.00", | |
"description": "" | |
}, | |
{ | |
"sku": "2", | |
"name": "Muffler", | |
"price": "26.00", | |
"description": "" | |
}, | |
{ | |
"sku": "3", | |
"name": "Hubcaps", | |
"price": "14.86", | |
"description": "" | |
}, | |
{ | |
"sku": "4", | |
"name": "Alternator", | |
"price": "46.00", | |
"description": "" | |
}, | |
{ | |
"sku": "5", | |
"name": "Floor Mat", | |
"price": "21.99", | |
"description": "" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment