Skip to content

Instantly share code, notes, and snippets.

@shidhincr
Created July 5, 2024 11:32
Show Gist options
  • Save shidhincr/1d162f672ae348bd546c268951734342 to your computer and use it in GitHub Desktop.
Save shidhincr/1d162f672ae348bd546c268951734342 to your computer and use it in GitHub Desktop.
[
{
id: 1,
text: "Child",
children: [
{
id: 2,
text: "Child 1",
children: [
{
id: 3,
text: "Child 1.1",
children: [
{
id: 4,
text: "Child 1.1.1",
children: [],
},
],
},
{
id: 5,
text: "Child 1.2",
children: [],
},
],
},
{
id: 6,
text: "Child 2",
children: [],
},
],
},
{
id: 7,
text: "Root 2",
children: [
{
id: 8,
text: "Child 3",
children: [],
},
],
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment