{ | |
"products": [ | |
{ | |
"productId": 1, | |
"purchaseable": true, | |
"prices": { | |
"usd": 1750, | |
"gbp": 1250 | |
} | |
}, | |
{ | |
"productId": 2, | |
"purchaseable": true, | |
"prices": { | |
"usd": 1895, | |
"gbp": 1450 | |
} | |
}, | |
{ | |
"productId": 3, | |
"purchaseable": false | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment