Cannot save bunch of arrays without problem to resource.xml as I get Build error: Expected array values to be separated by , instead of .

The arrays contain coordinates with decimal numbers I.e:  162.345,54.678,and so on

It does not seem to recognise only the comma as the marker for a decimal number, instead it thinks I’m trying to separate coords with a full stop.

This is contained within

<jsonData id=“example”>[[-163.546,54.678,145.345,65.423]
]</jsonData

the reason I have two [[ and ]] at each end is because some are arrays within arrays.