Nested Dictionaries to JSON for the POST request Python
问题 I am having trouble converting the payload data in the form of nested dictionaries to pass it as a data for the POST request using Python requests module. The form data is as below: payload = {'request': { 'appkey': "936725A4-7D9A-11E5-81AC-86EC8D89CD5A"}, 'formdata':{ 'currency':'US', 'dataview':'store_default', 'distinct':'_distance, clientkey', 'geolocs':{ 'geoloc':[{ '0':{ 'address1':'', 'addressline':'19128, PA', 'city':'Philadelphia', 'country':'US', 'latitude':'40.0532987', 'longitude'