Created
February 25, 2019 21:01
-
-
Save burkeholland/f2965fb6a1ef288f4f5de4aa2c4bfeff to your computer and use it in GitHub Desktop.
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
| { | |
| "items": [ | |
| { | |
| "id": 2051, | |
| "name": "Extension Cord", | |
| "price": 15, | |
| "productType": "Electrical", | |
| "supplierName": "Northwind", | |
| "shortDescription": "Outlet not where you need it? Extend your power to the right place at the right time", | |
| }, | |
| { | |
| "id": 2053, | |
| "name": "LED Lamp", | |
| "price": 14, | |
| "productType": "Hardware", | |
| "supplierName": "Northwind", | |
| "shortDescription": "Low power battery operated light", | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment