Skip to content

Ability to create nested objects #29

@nkgokul

Description

@nkgokul

This is a great tool. Is there support for nested objects? For example in this case items is the final object and the nesting is present because of "children" parameter. It would be great if we could use this form of nesting in templates for generation.

const items = [
{ id: 0, text: 'Andy' },
{
id: 1, text: 'Harry',
children: [{ id: 2, text: 'David' }]
},
{ id: 3, text: 'Lisa' }
];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions