Skip to content

How to create dynamic object with nested children? #24

@ghost

Description

I have table:

| Key                 | Value    |
| name                | testtest |
| username            | testtest |
| phone               | 33333    |
| website             | www      |
| company.name        | test     |
| company.catchPhrase | test     |
| company.bs          | test     |

I is possible to use table.CreateDynamicInstance(); to create dynamic object with nested children?
Something like json:

{
        "name": "test1232315125",
        "username": "testfdhdfh",
        "phone": "4636346236236",
        "website": "sdgsdgsdgsdgsdg",
        "company": {
            "name": "sdgsdgsdgsdg",
            "catchPhrase": "dgsdghdfjdf",
            "bs": "sdgsdgdfjfd"
        }
}

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