jarse
Parse json without the errors
Install
$ yarn add jarse
Usage
const jParse = ;const json = ` {"data": ["value", {"key": "name", "value": "John Doe"}]}`; ;//=> { data: [ 'value', { key: 'name', value: 'John Doe' } ] }
Contributing
- Fork it (https://github.com/George-Aidonidis/jarse/fork)
- Create your feature branch (git checkout -b feature/fooBar)
- Commit your changes (git commit -am 'Add some fooBar')
- Push to the branch (git push origin feature/fooBar)
- Create a new Pull Request