Skip to content

Instantly share code, notes, and snippets.

@flavioso16
Created November 12, 2019 10:45
Show Gist options
  • Save flavioso16/b77a6c5b37ee658175abfd41f2300541 to your computer and use it in GitHub Desktop.
Save flavioso16/b77a6c5b37ee658175abfd41f2300541 to your computer and use it in GitHub Desktop.
{
"description": "hello",
"image": "http://localhost:3000/img/img.jpg",
"sizes": [
{
"description": "PP",
"amount": 10,
"colors": [
{
"name": "red",
"description": "Vermelho",
"amount": 3
},
{
"name": "white",
"description": "Branco",
"amount": 4
},
{
"name": "green",
"description": "Verde",
"amount": 2
}
]
},
{
"description": "P",
"amount": 20,
"colors": [
{
"name": "red",
"description": "Vermelho",
"amount": 10
},
{
"name": "white",
"description": "Branco",
"amount": 4
},
{
"name": "green",
"description": "Verde",
"amount": 5
}
]
},
{
"description": "M",
"amount": 8,
"colors": [
{
"name": "red",
"description": "Vermelho",
"amount": 5
},
{
"name": "white",
"description": "Branco",
"amount": 3
},
{
"name": "green",
"description": "Verde",
"amount": 0
}
]
},
{
"description": "G",
"amount": 15,
"colors": [
{
"name": "red",
"description": "Vermelho",
"amount": 9
},
{
"name": "white",
"description": "Branco",
"amount": 3
},
{
"name": "green",
"description": "Verde",
"amount": 3
}
]
},
{
"description": "GG",
"amount": 10,
"colors": [
{
"name": "red",
"description": "Vermelho",
"amount": 3
},
{
"name": "white",
"description": "Branco",
"amount": 0
},
{
"name": "green",
"description": "Verde",
"amount": 7
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment