Skip to content

Instantly share code, notes, and snippets.

@francieli-lima
Created October 19, 2017 01:55
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 francieli-lima/9047176179cadd580d880a557377cdf6 to your computer and use it in GitHub Desktop.
Save francieli-lima/9047176179cadd580d880a557377cdf6 to your computer and use it in GitHub Desktop.
Simpson
{
"simpson": [
{
"name": "Homer",
"photo_url": "https://static.independent.co.uk/s3fs-public/thumbnails/image/2016/11/16/12/homer-simpson.jpeg",
"iconic_items": [
{
"name": "Duff Beer",
"photo_url": "https://cdn.shopify.com/s/files/1/1454/6372/products/duffbeer_1024x1024.jpg?v=1492214058"
},
{
"name": "Donut",
"photo_url": "https://cdn.shopify.com/s/files/1/1454/6372/products/duffbeer_1024x1024.jpg?v=1492214058"
}
]
},
{
"name": "Marge",
"photo_url": "https://static.independent.co.uk/s3fs-public/thumbnails/image/2016/11/16/12/homer-simpson.jpeg",
"iconic_items": [
{
"name": "Wedding Album",
"photo_url": "https://cdn.shopify.com/s/files/1/1454/6372/products/duffbeer_1024x1024.jpg?v=1492214058"
}
]
},
{
"name": "Bart",
"photo_url": "https://static.independent.co.uk/s3fs-public/thumbnails/image/2016/11/16/12/homer-simpson.jpeg",
"iconic_items": [
{
"name": "Skateboard",
"photo_url": "https://cdn.shopify.com/s/files/1/1454/6372/products/duffbeer_1024x1024.jpg?v=1492214058"
},
{
"name": "Slingshot",
"photo_url": "https://cdn.shopify.com/s/files/1/1454/6372/products/duffbeer_1024x1024.jpg?v=1492214058"
}
]
},
{
"name": "Lisa",
"photo_url": "https://static.independent.co.uk/s3fs-public/thumbnails/image/2016/11/16/12/homer-simpson.jpeg",
"iconic_items": [
{
"name": "Sax",
"photo_url": "https://cdn.shopify.com/s/files/1/1454/6372/products/duffbeer_1024x1024.jpg?v=1492214058"
}
]
},
{
"name": "Maggie",
"photo_url": "https://static.independent.co.uk/s3fs-public/thumbnails/image/2016/11/16/12/homer-simpson.jpeg",
"iconic_items": [
{
"name": "Pacifier",
"photo_url": "https://cdn.shopify.com/s/files/1/1454/6372/products/duffbeer_1024x1024.jpg?v=1492214058"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment