UNPKG

csv-to-json

Version:

parses csv and returns it into json object

15 lines 433 B
module.exports = [ { '312': '148', '2018': '2017', 'Sally Whittaker': 'Belinda Jameson', 'McCarren House': 'Cushing House', '3.75': '3.52' }, { '312': '17-D', '2018': '2018', 'Sally Whittaker': 'Jeff Smith', 'McCarren House': 'Prescott House', '3.75': '3.20' }, { '312': '108', '2018': '2019', 'Sally Whittaker': 'Sandy Allen', 'McCarren House': 'Oliver House', '3.75': '3.48' } ];