A tool to convert JSON files between different formats
The Software Systems Laboratory (SSL) CLIME JSON Converter project is a tool to convert JSON files between different formats.
This project is licensed under the BSD-3-Clause. See the LICENSE for more information.
You can install the tool from PyPi with one of the following one liners:
pip install clime-metrics
pip install clime-json-converter
clime-json-converter -h
usage: CLIME JSON Converter [-h] -i INPUT [--clipboard] [--csv] [--excel]
[--feather] [--hdf] --html [--json] [--latex]
[--markdown] [--parquet] [--pickle] [--stata]
[--tsv]
A tool to convert JSON files between different formats
options:
-h, --help show this help message and exit
-i INPUT, --input INPUT
File to be converted to other outputs
--clipboard Copy the data from the file to the system's clipboard
--csv Convert the input to *.csv
--excel Convert the input to *.xlsx
--feather Convert the input to *.feather
--hdf Convert the input to *.hdf5
--html Convert the input to *.html
--json Convert the input to *.json
--latex Convert the input to *.tex
--markdown Convert the input to *.md
--parquet Convert the input to *.parquet
--pickle Convert the input to *.pkl
--stata Convert input to *.dta
--tsv Convert the input to *.tsv
Author(s): Nicholas M. Synovic, Matthew Hyatt, George K. Thiruvathukal