Metadata-Version: 1.0
Name: jsonify
Version: 0.0.2
Summary: A csv to json converter
Home-page: UNKNOWN
Author: Jonathan Cox
Author-email: jonathan.cox.c@gmail.com
License: MIT
Description: Jsonify
        =======
        
        Jsonify is a python script that takes a .csv file as input and outputs a file with the same data in .json format. To use this program from the command line, enter `python -c 'import jsonify; jsonify <your csv file here>'. The script will generate a json file for you in the same directory with the same name as the original csv. 
        
Keywords: csv json
Platform: UNKNOWN
