News

There's a jsonify function in Flask for Python, apparently (I'm not too familiar with Python, so I don't really know what using Flask just for this one operation would entail).
You're problem is that with JSON data fields may not be present, but in the CSV file if you want to be able to parse it consistently you need to keep the columns consistent from file to file. At ...