Skip to content

Instantly share code, notes, and snippets.

@websterian
Created December 17, 2018 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save websterian/56570ab0d55d02c12aa052a688e782a3 to your computer and use it in GitHub Desktop.
Save websterian/56570ab0d55d02c12aa052a688e782a3 to your computer and use it in GitHub Desktop.
{
"products" :
[
{
"productid": "Product1",
"listprice": "10.99",
"description": "Product 1 is the best!!!",
"variants" :
[
{
"variantid": "Product1-Variant1",
"listprice": "11.99"
},
{
"variantid": "Product1-Variant2",
"listprice": "12.99"
},
{
"variantid": "Product1-Variant3",
"listprice": "13.99"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment