Skip to content

Instantly share code, notes, and snippets.

@ashwink-tech
Last active July 2, 2021 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashwink-tech/b6de7e1526ffa074090e70402f23d96b to your computer and use it in GitHub Desktop.
Save ashwink-tech/b6de7e1526ffa074090e70402f23d96b to your computer and use it in GitHub Desktop.
JSONAssert Expected Response
{
"candidates" : [
{
"formatted_address" : "Mumbai, Maharashtra 400099, India",
"geometry" : {
"location" : {
"lat" : 19.0895595,
"lng" : 72.8656144
},
"viewport" : {
"northeast" : {
"lat" : 19.10730705,
"lng" : 72.88818109999998
},
"southwest" : {
"lat" : 19.08364365,
"lng" : 72.84140310000001
}
}
},
"name" : "Chhatrapati Shivaji Maharaj Domestic Airport",
"opening_hours" : {
"open_now" : true
},
"rating" : 4.6
}
],
"status" : "OK"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment