Trying to use JSON_ANNOTATION but the json contains an array or arrays. Not sure how to convert path to Paths object that has multiple path objects.
Something like this maybe, but this isn't two levels deep?
{
"paths":"$[]path"
}
JSON:
"path": [
[
-97.76488387025893,
30.39184803608805
],
[
-99.76488387025893,
31.39184803608805
],
.....
],