4 packages
csv-file-to-json
Converts a csv file to a json.
data-to-json
Reads a text file, CSV file or data variable having a table and returns an array of obects. In which each object consists of all headers as keys and there data as values.
json-to-txt
Reads JSON data (Array of objects) and returns a string in a txt file format.
txt-file-to-json
Reads a txt file having a table and returns an array of obects. In which each object consists of all headers as keys and there data as values.