Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 474 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 474 Bytes

JSON TO CSV:

This script converts a JSON file to CSV file.

JSON :

It means that a script (executable) file which is made of text in a programming language, is used to store and transfer the data. Python supports JSON through a built-in package called JSON

CSV :

It is a simple file format used to store tabular data, such as a spreadsheet or database.