sheetal_158

Resultados 1 preguntas formuladas por sheetal_158

Convertir diccionario a JSON

6
respuestas
551
votos
941.4k
vistas

r = {'is_claimed': 'True', 'rating': 3.5} r = json.dumps(r) file.write(str(r['rating'])) No puedo acceder a mis datos en el JSON. ¿Qué estoy haciendo mal? TypeError: string indices must be integers, not