Metadata-Version: 2.4
Name: json-to-csv-cli
Version: 0.1.0
Summary: CLI tool to convert JSON files into CSV format.
Author: jsonviewertool
License: MIT
Project-URL: Homepage, https://jsonviewertool.com/json-to-csv
Project-URL: Repository, https://github.com/coderaviverma/json-viewer-tools
Keywords: json,cli,converter
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# json-to-csv-cli

CLI tool to convert JSON files into CSV format.

👉 Online tools:
- https://jsonviewertool.com/json-to-csv
- JSON to CSV: https://jsonviewertool.com/json-to-csv

## Install
```bash
pip install json-to-csv-cli
```

## Usage
```bash
json --help
```

## License
MIT
