Created
February 18, 2022 19:41
-
-
Save haroldSanchezb/f11c62e986a7427d5454a69dad84801b to your computer and use it in GitHub Desktop.
ejercicio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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