Y
Hacker News
new
|
ask
|
show
|
jobs
by
polskibus
1342 days ago
asking as a person that does not use Python every day - what would be a better solution here?
1 comments
manfre
1342 days ago
request.json is converting the request payload from a str to a dict. json.dumps converts it back to a str.
link