Parse error on Google GeoLocate API sample JSON Parse error on Google GeoLocate API sample JSON json json

Parse error on Google GeoLocate API sample JSON


Curl needs "-X POST" as extra parameter. Works like this:

curl 'https://www.googleapis.com/geolocation/v1/geolocate?key=YOURKEY' -X POST -H "Content-Type: application/json" -d @yourjsonfile.json


Found the solution, it was a silly mistake :-

my file name was "sampledata.json" i changed this to "@sampledata.json"

I tried with three different curl commands. I got response.