Skip to content

Question: Nested Map objects #145

@robshep

Description

@robshep

Hi,
Nice looking library. great job.

Is it possible to use nested properties, like the BlitzListForm, but where the keys are dynamic but each element is of the same type?

{
    "name": "Charlie", 
    "children": {
        "alice": { "key": "alice", "name": "Alice", "age": 9 },
        "bob" : { "key": "bob", "name": "Bob", "age", 10 }
    }
}

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions