Hi team.
I extracted json from http caller. extracted json file attached. json.txt.
in this json there are array of points. the path of these points is. ucan see these points after "paths"
(text string)
routes{0}.routeOptions{0}.optionAttributes.spatialReference.geometry.paths{0}.array{0}.array{0}
routes{0}.routeOptions{0}.optionAttributes.spatialReference.geometry.paths{0}.array{0}.array{1}
routes{0}.routeOptions{0}.optionAttributes.spatialReference.geometry.paths{0}.array{0}.array{2}
routes{0}.routeOptions{0}.optionAttributes.spatialReference.geometry.paths{0}.array{1}.array{0}
routes{0}.routeOptions{0}.optionAttributes.spatialReference.geometry.paths{0}.array{1}.array{1}
routes{0}.routeOptions{0}.optionAttributes.spatialReference.geometry.paths{0}.array{1}.array{2}
routes{0}.routeOptions{0}.optionAttributes.spatialReference.geometry.paths{0}.array{2}.array{0}
routes{0}.routeOptions{0}.optionAttributes.spatialReference.geometry.paths{0}.array{2}.array{1}
routes{0}.routeOptions{0}.optionAttributes.spatialReference.geometry.paths{0}.array{2}.array{2}
here
array{0}.array{0} coordinate
array{0}.array{1} =y coordinate
array{0}.array{2} =z coordinate.
using xy cordinate value i want to create a line vertexes using point connector.
But i am not able to extract the array of coordinates from json .
Please help me. I have attached my fmw file.