[Answer]-Not able to Convert JSON to Python object

1👍

In your code when x == "data", then v is the dictionary appeared in front of “data” in the json string, so you should use v["meetingID"] instead of x.meetingID and so on …

Leave a comment