-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
How convert a tree to array?
It's possible with this module?
Getting something like this (using the same tree example of the module):
var arrayNames = [
'michael' = [
'meredith' = [
'kelly' = [],
'creed' = []
],
'jim' = [
'phyllis' = [],
'stanley' = [],
'dwight' = []
],
'angela' = [
'oscar' = []
]
]
];
Thanks anyway.
Metadata
Metadata
Assignees
Labels
No labels