Hi all I’m using Google Directions API and the data returned from a test query look like this:
{ "routes" : [
{
"bounds" : {
"northeast" : {
"lat" : 42.46015000
.. .. ..
I was wondering is there an option I can specify to get the data in compact-mode (without the whitespaces) ?
The option is not available.