Python meminta backslash json

jsonItem = json.dumps(dict(item))
req = requests.post('http://...', data=jsonItem)
Charming Caribou