You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

jsonify

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonify

A csv to json converter

0.5
pipPyPI
Maintainers
1

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 the python shell and run the following commands::

>> from jsonify import convert
>> convert.jsonify('<your csv filename 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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts