alareDameperi
New Member
I have a large number (235) of JSON string as follows:\[code\]"57": { "ID": 6986, "Town": "Paris", "latitude": 48.8829447, "longitude": 2.3453532999999},"58": { "ID": 6987, "Town": "Paris", "latitude": 48.8749566, "longitude": 2.3588815000001}\[/code\]and i would like to make a javascript array, i have read many posts on the net about it but all of them seems to be not approriate for my case, an idea ?