Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 406 Bytes

File metadata and controls

17 lines (11 loc) · 406 Bytes

CSV to JSON

Simple python CSV to JSON converter

##USAGE

  1. Install Python (installed by default on OSX)
  2. Download csvtojson.py
  3. 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