After retrieving the following JSON data from a database using ajax:
{"route":[{"latitude":-27.38851,"longitude":153.11606},{"latitude":-27.47577,"longitude":153.01693}]}
What is the best approach for iterating over it to extract latitude and longitude pairs for plotting on a map?