Issues parsing JSON file that contains invalid characters
I’m working on a project that takes in JSON file, cleans them up, removes any invalid characters and/or errors, and anonymizes the data. Once the files are cleaned and anonymized, they are exported as new JSON files – and then go through another process. However, I keep running into issues with invalid characters that I have not been able to resolved, and the errors prevent the new JSON files from being created.