CSV to JSON Converter is a free online converter tool. This tool converts data CSV format to JSON format.This tool is very easy to use. In this tool simply select your csv file and click on "Download JSON" button.
CSV stands for Comma Separated Values.CSV file is a plain text file.CSV used for exchanging the data between diffrent-diffrent applications.
JSON stands for Javascript Object Notation.when a server send data from a web server to a webpage then we uses json.Json is easy to use and easy to understand.
{
"employees":[
{"firstName":"Naktech", "lastName":"Sharma"},
]
}