File dataset is not able to parse

Working:

The JSON file format
[{“name”: “John Doe”,“age”: 30},{“name”: “Jane Doe”,“age”: 25}]

File dataset is able to parse.

Not working:

The JSON file below "
{“fields”: [“name”, “age”],“data”: [[“John Doe”, 30],[“Jane Doe”, 25]]}
"

File dataset is not able to parse.

Do we have a way to make this work?

@JasmineM0629 please log an INC via the MSP and provide the id here if you need help from our support team.