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