Chuk Norris Jokes problem

Hello
sir,getting error while solving the challenge and not able to store my result in a csv file .
in
6 result = result.decode(“utf-8”)
7 jsonObj = json.loads(result)
----> 8 jokeText = jsonObj[‘value’][‘id’]
9
10 print(jsonObj[‘value’][‘joke’])

TypeError: string indices must be integer

Hi,
You dont need to dump json, just load ths json and use [‘value’][‘joke’]
like this jokeText = jsonOb[‘value’][‘id’]

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.