Skip to content

Instantly share code, notes, and snippets.

@ul
Created August 18, 2021 08:59
Show Gist options
  • Save ul/e6665720836d6f441d86d3b5f1ce179a to your computer and use it in GitHub Desktop.
Save ul/e6665720836d6f441d86d3b5f1ce179a to your computer and use it in GitHub Desktop.
[
{
"id": "1",
"name": "Office Map"
},
{
"id": "2",
"name": "New Employee Onboarding",
"children": [
{
"id": "8",
"name": "Onboarding Materials"
},
{
"id": "9",
"name": "Training"
}
]
},
{
"id": "3",
"name": "Office Events",
"children": [
{
"id": "6",
"name": "2018",
"children": [
{
"id": "10",
"name": "Summer Picnic"
},
{
"id": "11",
"name": "Valentine's Day Party"
},
{
"id": "12",
"name": "New Year's Party"
}
]
},
{
"id": "7",
"name": "2017",
"children": [
{
"id": "13",
"name": "Company Anniversary Celebration"
}
]
}
]
},
{
"id": "4",
"name": "Public Holidays"
},
{
"id": "5",
"name": "Vacations and Sick Leaves"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment