Skip to content

Instantly share code, notes, and snippets.

@janusnic
Created February 16, 2017 08:27
Show Gist options
  • Save janusnic/df5168ffd49fc72f59870ac5a2e4c2fb to your computer and use it in GitHub Desktop.
Save janusnic/df5168ffd49fc72f59870ac5a2e4c2fb to your computer and use it in GitHub Desktop.
catalog
[
{
"id":"0",
"name":"Bow Tie",
"description":"These coasters roll all of the greatest qualities into one: class, leather, and octocats.",
"price":18,
"oldprice":20,
"picture":["images/00_1.jpg","images/00_2.jpg","images/00_3.jpg"],
"quantity":10,
"category":"Ties",
"color": ["BLACK / 050", "BLUES / 2V5", "GREEN / 050"],
"size": [44, 46, 48, 50, 52, 54]
},
{
"id":"1",
"name":"Tiger of Sweden",
"description":"Men's minimalistic overcoat in cotton-blend. Features a stand-up collar, concealed front closure and single back vent. Slim fit with clean, straight shape. Above-knee length.",
"price":399,
"oldprice":450,
"picture":["images/01_1.jpg","images/01_2.jpg","images/01_3.jpg"],
"quantity":10,
"category":"LEONARD COAT",
"color": ["BLACK", "BLUES / 2V5", "GREEN"],
"size": [44, 46, 48, 50, 52, 54]
},
{
"id":"2",
"name":"Suit",
"description":"The mug you've been dreaming about. One sip from this ceramic 16oz fluid delivery system and you'll never go back to red cups.",
"price":38,
"oldprice":40,
"picture":["images/02_1.jpg","images/02_2.jpg","images/02_3.jpg"],
"quantity":10,
"category":"Suits",
"color": ["BLACK", "GREEN", "BLUES / 2V5"],
"size": [44, 46, 48, 50, 52, 54]
},
{
"id":"3",
"name":"Bow Tie",
"description":"These coasters roll all of the greatest qualities into one: class, leather, and octocats.",
"price":18,
"oldprice":20,
"picture":["images/00_1.jpg","images/00_2.jpg","images/00_3.jpg"],
"quantity":10,
"category":"Ties",
"color": ["BLACK", "BLUES / 2V5", "GREEN"],
"size": [44, 46, 48, 50, 52, 54]
},
{
"id":"4",
"name":"Suit",
"description":"The mug you've been dreaming about. One sip from this ceramic 16oz fluid delivery system and you'll never go back to red cups.",
"price":38,
"oldprice":40,
"picture":["images/02_1.jpg","images/02_2.jpg","images/02_3.jpg"],
"quantity":10,
"category":"Suits",
"color": ["BLACK", "GREEN", "BLUES / 2V5"],
"size": [44, 46, 48, 50, 52, 54]
},
{
"id":"5",
"name":"Tiger of Sweden",
"description":"Men's minimalistic overcoat in cotton-blend. Features a stand-up collar, concealed front closure and single back vent. Slim fit with clean, straight shape. Above-knee length.",
"price":399,
"oldprice":480,
"picture":["images/01_1.jpg","images/01_2.jpg","images/01_3.jpg"],
"quantity":10,
"category":"LEONARD COAT",
"color": ["BLACK", "BLUES / 2V5", "GREEN"],
"size": [44, 46, 48, 50, 52, 54]
},
{
"id":"6",
"name":"Suit",
"description":"The mug you've been dreaming about. One sip from this ceramic 16oz fluid delivery system and you'll never go back to red cups.",
"price":38,
"oldprice":40,
"picture":["images/02_1.jpg","images/02_2.jpg","images/02_3.jpg"],
"quantity":10,
"category":"Suits",
"color": ["BLACK", "GREEN", "BLUES / 2V5"],
"size": [44, 46, 48, 50, 52, 54]
},
{
"id":"7",
"name":"Tiger of Sweden",
"description":"Men's minimalistic overcoat in cotton-blend. Features a stand-up collar, concealed front closure and single back vent. Slim fit with clean, straight shape. Above-knee length.",
"price":399,
"oldprice":490,
"picture":["images/01_1.jpg","images/01_2.jpg","images/01_3.jpg"],
"quantity":10,
"category":"LEONARD COAT",
"color": ["BLACK", "BLUES / 2V5", "GREEN"],
"size": [44, 46, 48, 50, 52, 54]
},
{
"id":"8",
"name":"Suit",
"description":"The mug you've been dreaming about. One sip from this ceramic 16oz fluid delivery system and you'll never go back to red cups.",
"price":38,
"oldprice":40,
"picture":["images/02_1.jpg","images/02_2.jpg","images/02_3.jpg"],
"quantity":10,
"category":"Suits",
"color": ["BLACK", "GREEN", "BLUES / 2V5"],
"size": [44, 46, 48, 50, 52, 54]
},
{
"id":"9",
"name":"Bow Tie",
"description":"These coasters roll all of the greatest qualities into one: class, leather, and octocats.",
"price":18,
"oldprice":20,
"picture":["images/00_1.jpg","images/00_2.jpg","images/00_3.jpg"],
"quantity":10,
"category":"Ties",
"color": ["BLACK", "BLUES / 2V5", "GREEN"],
"size": [44, 46, 48, 50, 52, 54]
},
{
"id":"10",
"name":"Suit",
"description":"The mug you've been dreaming about. One sip from this ceramic 16oz fluid delivery system and you'll never go back to red cups.",
"price":38,
"oldprice":40,
"picture":["images/02_1.jpg","images/02_2.jpg","images/02_3.jpg"],
"quantity":10,
"category":"Suits",
"color": ["BLACK", "GREEN", "BLUES / 2V5"],
"size": [44, 46, 48, 50, 52, 54]
},
{
"id":"11",
"name":"Tiger of Sweden",
"description":"Men's minimalistic overcoat in cotton-blend. Features a stand-up collar, concealed front closure and single back vent. Slim fit with clean, straight shape. Above-knee length.",
"price":387,
"oldprice":400,
"picture":["images/01_1.jpg","images/01_2.jpg","images/01_3.jpg"],
"quantity":10,
"category":"LEONARD COAT",
"color": ["BLACK", "BLUES / 2V5", "GREEN"],
"size": [44, 46, 48, 50, 52, 54]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment