How to access location properties from the following code (JSON Structure) and assign the value in Nodejs.
{ pos : { lon : 30, lat : 30 } }
Thanks
How to access location properties from the following code (JSON Structure) and assign the value in Nodejs.
{ pos : { lon : 30, lat : 30 } }
Thanks