Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert tree to array #14

Open
tonytcb opened this issue Mar 19, 2015 · 0 comments
Open

Convert tree to array #14

tonytcb opened this issue Mar 19, 2015 · 0 comments

Comments

@tonytcb
Copy link

tonytcb commented Mar 19, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant