Skip to content

Grid view bug for two JSON named arrays #336

@geffgh

Description

@geffgh

JSON structures like this one doesn't work in Grid view.
They either fail or show only one of the two named arrays. E.g. arrayA in the below example

[
    {
        "arrayA": [
            {
                "value": "text"
            }
        ],
        "arrayB": [
            {
                "another-value": "another text"
            }
        ]
    },
    {
        "arrayA": [
            {
                "value": "text"
            }
        ],
        "arrayB": [
            {
                "another-value": "another text"
            }
        ]
    }
]

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