PromucFlow_constructor/app/client/cypress/fixtures/TableWidgetDatawithEmptyKeys.json

18 lines
198 B
JSON

[
{
"": "jane doe",
"age": "30"
},
{
"name": "john doe",
"age": "28"
},
{
"name": "john smith",
"age": "29"
},
{
"": "jane doe-smith",
"age": "30"
}
]