-
-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
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
Labels
No labels