Find answers from the community

Updated 3 months ago

Json

Is there a method for returning a Response as a JSON Object? Basically convert the Response object to JSON. Trying to with json.dumps but it’s not serializable. (Just want to check for an “in house” method)
L
1 comment
The response objects are dataclasses, I think that means you can just do response.json ? 🤔
Add a reply
Sign up and join the conversation on Discord