Skip to content

Instantly share code, notes, and snippets.

@dancr13
Last active November 7, 2017 03:53
Show Gist options
  • Save dancr13/af1f1b9e0a0a1e22aaaf00c8e7401197 to your computer and use it in GitHub Desktop.
Save dancr13/af1f1b9e0a0a1e22aaaf00c8e7401197 to your computer and use it in GitHub Desktop.
productos.json
[{
"sku": "GIJOE036",
"categorias": ["GI Joe", "80s", "Cartoon"],
"titulo": "Cobra Commander G.I. Joe T-Shirt",
"url": "cobra-commander-g-i-joe-t-shirt",
"pics": ["https:\/\/80stees.imgix.net\/s\/files\/1\/0384\/0921\/products\/cobra-commander-g-i-joe-t-shirt.v3.dsk.jpeg?v=1461357556&usm=18&auto=format&fit=max&h=710&w=463&"],
"desc": "This G.I Joe shirt is officially licensed by Hasbro and features a print of the Cobra logo.",
"articulos": [{
"precio": 26.97,
"descuento": 0,
"impuesto": 13,
"existencias": 100,
"config": {
"talla": "S"
}
}, {
"precio": 26.97,
"descuento": 0,
"impuesto": 13,
"existencias": 80,
"config": {
"talla": "M"
}
}, {
"precio": 40.3,
"descuento": 0,
"impuesto": 13,
"existencias": 2,
"config": {
"talla": "XL"
}
}]
}, {
"sku": "MOTU113",
"categorias": ["He-Man", "80s", "Cartoon", "Sale"],
"titulo": "Masters Of The Universe Characters Shirt",
"url": "masters-of-the-universe-characters-shirt",
"pics": ["https:\/\/80stees.imgix.net\/s\/files\/1\/0384\/0921\/products\/masters-of-the-universe-characters-shirt.dsk.jpeg?v=1478530370&usm=18&auto=format&fit=max&h=710&w=463&"],
"desc": "This Masters of the Universe shirt features characters from the massively popular Filmation animated series. The shirt shows the powerful He-Man, Skeletor, Man-At-Arms, Trap Jaw, Orko, The Sorceress, the ferocious Battle Cat, Beast Man, the modest Prince Adam, Evil-Lyn, the timid Cringer, and She-Ra. This shirt includes both the good and evil characters from the series. Which ever side you rooted for to conquer Castle Grayskull, you are a fan. And, this Masters of the Universe characters shirt is perfect for anyone who has ever seen and loved the animated series. ",
"articulos": [{
"precio": 28.73,
"descuento": 10,
"impuesto": 13,
"existencias": 10,
"config": {
"talla": "S"
}
}, {
"precio": 45.87,
"descuento": 0,
"impuesto": 13,
"existencias": 2,
"config": {
"talla": "XL"
}
}]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment