Created
December 25, 2014 18:00
-
-
Save an9eldust/69b8b6096c5ca3f301f0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
id: {Number}, | |
parentId: {Number|null} | |
}, | |
... | |
] | |
=> | |
{ | |
id: {Number}, | |
children: [ | |
{ | |
id: {Number}, | |
children: [... ] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment