bing

How to get parameter values out of json post

How to get parameter values out of json post Question: I am trying to use the bing maps api to get travel time and distance between 2 gps coordinates. I get a json answer, however, I am not able to get the values out of this dictionary ? import requests import json payload = { …

Total answers: 1