print(json_object_string) OUTPUT {"id":"20", "name":"Bob"} json_object = json.loads(json_object_string) print(json_object["name"]) OUTPUT Bob