Answer the question
In order to leave comments, you need to log in
json parsing in aiohttp?
Hello, I have a question. I'm trying to deal with aiohttp.
async with aiohttp.ClientSession() as session:
async with session.get('https://api.github.com/events') as resp:
print(await resp.json())
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question