Hello, I am stumped on this part and I need some help. I want an array of data (lat, long, distance, name) that can be read as a JSON file. I need help making the file and it needs to be very organized as I plan to have lots of data. It would be very helpful if I could make it look like this example:
"Data":[
{"Lat":"1", "Long":"11"},
{"Lat":"2", "Long":"12"},
{"Lat":"3", "Long":"13"}
]
But then I don't understand how to get Construct to read the sections(e.g. Data[0].Lat) by name.
Is this the wrong approach? How would you make an organized JSON file like the example that can be read by construct?
I'm completely lost so thanks for any help!
~ Bucktoothfrog