diff --git a/Ch01/01_06/begin/stock.json b/Ch01/01_06/begin/stock.json index d1cd068..3203435 100644 --- a/Ch01/01_06/begin/stock.json +++ b/Ch01/01_06/begin/stock.json @@ -1,8 +1,13 @@ { 'item': "DuroSport 5", - "manufacturer": 'Prism', - "wholesalePrice": 84., - "listPrice": 099.95, - "inStock": true, - // add listPriceHistory array -} \ No newline at end of file + "manufacturer": "Prism", + "wholesalePrice": 84, + "listPrice": 99.95, + "inStock": true, + "listPriceHistory": [ + 94.95, + 85.00, + 124.95 + ] +} +