Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created March 30, 2022 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitaibu/12d5db63526b14a23f1badd4b9da8419 to your computer and use it in GitHub Desktop.
Save amitaibu/12d5db63526b14a23f1badd4b9da8419 to your computer and use it in GitHub Desktop.
[
    {
        "key": "1",
        "tree": [
            {
                "key": "1.1",
                "tree": {
                    "key": "1.1.1"
                }
            },
            {
                "key": "1.2"
            }
        ]
    },
    {
        "key": "2",
        "tree": [
            {
                "key": "2.1"
            },
            {
                "key": "2.2"
            },
            {
                "key": "2.3"
            }
        ]
    },
    {
        "key": "3"
    }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment