I dont know how to read (or split) each dictionary of the .txt file
I have a database(list) that have dictionaries. Each of this dictionaries have the caracteristics of a person(name, age , etc...) I have the class person and want to put all this atributes to and objets.
I dont know how to read (or split) each dictionary of the .txt file
this is an example of the database that i have:
[ { "idolos": [], "nombre": "Juan Lopez", "clave": "m6j0NI", "ramos_pre": [], "alumno": "NO", "usuario": "jlopez" }, { "idolos": [], "nombre": "Paulina Toro", "clave": "KaEEkNjFz", "ramos_pre": [], "alumno": "NO", "usuario": "ptoro" }]
pd: I cant use any library