1.0.1 • Published 7 years ago

superparser v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

csvtojson

A small library that converts CSV to JSON faster

Installation

npm install superparser

Usage

var convert = require('superparser');

var result=convert.csvstring(" john,jack,joe \n 1,2,3 \n 4,5,6");

Output should be ''[{" john":" 1","jack":"2","joe ":"3 "},{" john":" 4","jack":"5","joe ":"6"}]''

Tests

npm test

1.0.1

7 years ago

1.0.0

7 years ago