superparser

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i superparser

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • chandrasekar