Last active
April 30, 2023 15:41
-
-
Save jon-by/7bd4187f84e46f1ba7cf24d82d966e29 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
{ | |
"products": [ | |
{ | |
"id": 9, | |
"title": "WD 2TB Elements Portable External Hard Drive - USB 3.0 ", | |
"listPrice": 78, | |
"sellingPrice": 64, | |
"image": "https://live.staticflickr.com/65535/52855615276_23a6126a9b_m.jpg", | |
"installmentsOptions": { | |
"fowardprice": 64, | |
"maxInstallments": 10 | |
} | |
}, | |
{ | |
"id": 11, | |
"title": "Silicon Power 256GB SSD 3D NAND A55 SLC Cache Performance Boost SATA III 2.5", | |
"listPrice": 180, | |
"sellingPrice": 109, | |
"image": "https://live.staticflickr.com/65535/52856011255_7d78ceaf8b_m.jpg", | |
"installmentsOptions": { | |
"fowardprice": 109, | |
"maxInstallments": 10 | |
} | |
}, | |
{ | |
"id": 13, | |
"title": "Acer SB220Q bi 21.5 inches Full HD (1920 x 1080) IPS Ultra-Thin", | |
"listPrice": 750, | |
"sellingPrice": 599, | |
"image": "https://live.staticflickr.com/65535/52855041942_9aa303d9ce_m.jpg", | |
"installmentsOptions": { | |
"fowardprice": 599, | |
"maxInstallments": 10 | |
} | |
}, | |
{ | |
"id": 14, | |
"title": "Samsung 49-Inch CHG90 144Hz Curved Gaming Monitor (LC49HG90DMNXZA) – Super Ultrawide Screen QLED ", | |
"listPrice": 1300, | |
"sellingPrice": 999.99, | |
"image": "https://live.staticflickr.com/65535/52855043222_08eb65756d_m.jpg", | |
"installmentsOptions": { | |
"fowardprice": 999.99, | |
"maxInstallments": 10 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment