Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python requests json backslash

jsonItem = json.dumps(dict(item))
req = requests.post('http://...', data=jsonItem)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #requests #json #backslash
ADD COMMENT
Topic
Name
4+3 =