Skip to content

Nested Objects support #21

Description

@mohnark

If I have an Object :

{
    id: 123, 
    name: "abc", 
    properties: {
        color:"green" ,
        email: "xyz@email.com"
    }
}

I want to create a table with id, name and color only and not show email like this:

ID NAME COLOR
123 abc green
234 xyz red

How can I do this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions