Skip to content

Instantly share code, notes, and snippets.

@edyonil
Last active August 18, 2017 18:45
Show Gist options
  • Save edyonil/f23983894e3b31a1d987cb1359a0d13f to your computer and use it in GitHub Desktop.
Save edyonil/f23983894e3b31a1d987cb1359a0d13f to your computer and use it in GitHub Desktop.
[
{
"id": 10,
"nome": "Mesa",
"categoria": {
"id": 1,
"nome": "Móveis"
},
"semelhantes": []
},
{
"id": 20,
"nome": "Cadeira",
"categoria": {
"id": 1,
"nome": "Móveis"
},
"semelhantes": [
{
"id": 10,
"name": "Mesa"
}
]
},
{
"id": 30,
"nome": "Armario",
"categoria": {
"id": 1,
"nome": "Móveis"
},
"semelhantes": [
{
"id": 10,
"name": "Mesa"
},
{
"id": 20,
"name": "Cadeira"
}
]
},
{
"id": 40,
"nome": "Quarda Roupa",
"categoria": {
"id": 1,
"nome": "Móveis"
},
"semelhantes": [
{
"id": 30,
"name": "Armario"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment