Simple python CSV to JSON converter
##USAGE
- Install Python (installed by default on OSX)
- Download csvtojson.py
- From Terminal run
$python csvtojson.py input.csv output.json
##Notes
- There is no need to specify an output filename (default is output.json)
- The example input file was generated by Mockaroo