I have an array with following data schema
"coordinates" : [
[
[
482035.87650000025,
3768510.0446000006,
0
],
[
482035.86720000021,
3768514.4123,
0
],
[
482035.68240000028,
3768514.4119000006,
0
]
]
]
What is the correct mapping class structure for Deserialize this json string into object using Newtonsoft Json