Skip to content

Instantly share code, notes, and snippets.

@marcosrjjunior
Last active November 28, 2022 04:19
Show Gist options
  • Save marcosrjjunior/9bc42b675b95b8efd943f0206e982f5e to your computer and use it in GitHub Desktop.
Save marcosrjjunior/9bc42b675b95b8efd943f0206e982f5e to your computer and use it in GitHub Desktop.
test
[
{
"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