Validating profile... 0% complete

What is your current level of experience in freelance work?

 

 

I need someone to help send a JSON object to the google routes api.

I have local client side JS (in an HTML file) that is generating a JSON array of the following objects Latitude:XX.XX,longitude:YY.YY On my node.js server I need send these to the google routes api in the following JSON format wayPoint:location:latLng:latitude:XX.XX,longitude:YY.YY...this is the requested format from google. Whatever I do is printing to the console as wayPoint:location: [Object] I need a fix for this as soon as possible.