Skip to content

Instantly share code, notes, and snippets.

@haroldSanchezb
Created February 18, 2022 19:41
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 haroldSanchezb/f11c62e986a7427d5454a69dad84801b to your computer and use it in GitHub Desktop.
Save haroldSanchezb/f11c62e986a7427d5454a69dad84801b to your computer and use it in GitHub Desktop.
ejercicio
[
{
"id": "1",
"name": "pedro",
"type": "card"
},
{
"id": "2",
"name": "raul",
"type": "card"
},
{
"id": "3",
"name": "jose",
"type": "view"
},
{
"id": "4",
"name": "jose",
"type": "view"
},
{
"id": "5",
"name": "demo",
"type": "view"
},
{
"id": "6",
"name": "demo",
"type": "view"
},
{
"id": "7",
"name": "paula",
"type": "slider"
},
{
"id": "8",
"name": "joselito",
"type": "card"
}
]
[
{
"id": "1",
"name": "pedro",
"type": "card"
},
{
"id": "2",
"name": "raul",
"type": "card"
},
{
"id": "3",
"name": "jose",
"type": "view",
"children": [
{
"id": "3",
"name": "jose",
"type": "view"
},
{
"id": "4",
"name": "jose",
"type": "view"
}
]
},
{
"id": "5",
"name": "demo",
"type": "view",
"children": [
{
"id": "5",
"name": "demo",
"type": "view"
},
{
"id": "6",
"name": "demo",
"type": "view"
}
]
},
{
"id": "7",
"name": "paula",
"type": "slider"
},
{
"id": "8",
"name": "joselito",
"type": "card"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment