Skip to content

Instantly share code, notes, and snippets.

@salvatorecapolupo
Created May 13, 2025 07:33
Show Gist options
  • Save salvatorecapolupo/428c601a6270414a9d1d6e8da422a508 to your computer and use it in GitHub Desktop.
Save salvatorecapolupo/428c601a6270414a9d1d6e8da422a508 to your computer and use it in GitHub Desktop.
{
"name": "root",
"children": [
{
"name": "Branch 1",
"children": [
{ "name": "Leaf A" },
{ "name": "Leaf B" }
]
},
{
"name": "Branch 2",
"children": [
{ "name": "Leaf C" },
{ "name": "Leaf D" }
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment