How to access data in json and insert in a table ?
Hi, I have the following JSON from a get request:
{ "headers": "",
"array": [ { "lat": "44.1694124" } ] }
I would like how to access the "lat" parameter and then insert into a infotable. Thankyou very much!

