Last active
November 28, 2022 04:19
-
-
Save marcosrjjunior/9bc42b675b95b8efd943f0206e982f5e to your computer and use it in GitHub Desktop.
test
This file contains hidden or 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": "Jennifer Connelly" | |
}, | |
{ | |
"id": 2, | |
"name": "Tom Cruise", | |
"children": [ | |
{ | |
"id": 12, | |
"name": "Top Gun: Maverick" | |
}, | |
{ | |
"id": 13, | |
"name": "Mission: Impossible" | |
} | |
] | |
}, | |
{ | |
"id": 3, | |
"name": "Jim Carrey", | |
"children": [ | |
{ | |
"id": 14, | |
"name": "1995", | |
"children": [ | |
{ | |
"id": 15, | |
"name": "Ace Ventura: When Nature Calls" | |
}, | |
{ | |
"id": 16, | |
"name": "Batman Forever" | |
} | |
] | |
}, | |
{ | |
"id": 18, | |
"name": "1998", | |
"children": [ | |
{ | |
"id": 22, | |
"name": "The Truman Show" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": 4, | |
"name": "Milly Alcock" | |
}, | |
{ | |
"id": 5, | |
"name": "Emma Stone", | |
"children": [ | |
{ | |
"id": 23, | |
"name": "La La Land" | |
}, | |
{ | |
"id": 24, | |
"name": "The Amazing Spider-Man" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment