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.