I'm doing a project and we're working with 400 and the rest of the files, most of them went wrong and the quotes were placed wrongly, is there any way to not have to replace one by one and do it with some Python function to replace the misplaced quotation marks by some well placed?.
Ejm:
{“nombre”:”Buffon”,”numero”:”00”,”tiempojugado”:”123”,”amarillas”:”2”,”goles”:”6”,”posición”:”Portero”}
The same quotes were placed and I want to know if they can be replaced by these ""
since in the dictionaries the closing ones are placed on both sides.