English

Convert CSV to JSON and JSON to CSV in Python

Convert CSV to JSON and JSON to CSV in Python CSV is a data storage format that contain comma-separated values. It is normally used to store tabular data that can also be displayed in spreadsheet applications like MS Excel. But CSV file does not support data hierarchies. JSON or JavaScript Object Notation is a light-weight structured data format type. It is also used as an alternative to XML for storing and transmitting data.
· Yasir Saeed · 4 min