fix json data formatting issues in several files using bash
I'm using an app-store-scraper (https://github.com/facundoolano/app-store-scraper/) to pull reviews and read them using python. The problem is that the output of the app isn't quite in json format, so the data needs some fixing. Here is the node.js code that produces…