learn-python
learn-python copied to clipboard
[mini-project] - GSSOC'24 - Convert JSON to CSV
- The script reads data from the input JSON file and converts it into CSV format.
- It handles nested JSON structures and converts them into flattened CSV rows.
- The output CSV file is created in the same directory as the input JSON file.