1.1.1 • Published 5 years ago

jarse v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

jarse

CircleCI codecov NPM version

Parse json without the errors

Install

$ yarn add jarse

Usage

const jParse = require('jarse');
const json = `
	{"data": ["value", {"key": "name", "value": "John Doe"}]}
`;

jParse(json);
//=> { data: [ 'value', { key: 'name', value: 'John Doe' } ] }

Contributing

  1. Fork it (https://github.com/George-Aidonidis/jarse/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

License

MIT © George Aidonidis

1.1.1

5 years ago

1.1.0

5 years ago

1.0.6

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago