CSV-to-JSON-Converter
A CLI Tool made in Golang to convert a CSV file to its corresponding JSON file
To use it, run the following commands:
go build csv2json.go
csv2json <filename>
or
go build csv2json.go
csv2json --pretty <filename>
To see a list of all the options you can use, run this:
csv2json --help