Skip to content

Instantly share code, notes, and snippets.

@samilkahraman
Created January 9, 2021 17:55
Show Gist options
  • Save samilkahraman/079ebd461606aea8fd71f3f0b1899a97 to your computer and use it in GitHub Desktop.
Save samilkahraman/079ebd461606aea8fd71f3f0b1899a97 to your computer and use it in GitHub Desktop.
Storehouse tree as json
"storehousesAsTree": [
{
"root": {
"id": 1,
"name": "Fabrika Depo",
"children": [
{
"id": 2,
"name": "Ankara Depo",
"children": [
{
"id": 6,
"name": "Altındağ Depo",
"children": []
},
{
"id": 7,
"name": "Keçiören Depo",
"children": []
},
{
"id": 8,
"name": "Akyurt Depo",
"children": []
},
{
"id": 9,
"name": "Akyurt-2 Depo",
"children": []
}
]
},
{
"id": 5,
"name": "İstanbul Depo",
"children": []
}
]
}
}
],
"depth": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment