JSON8 is written in ES5, tests are written in ES6.
npm install browserify mocha
- Edit the files, make sure to adopt the same coding style
- Add unit tests for your modifications
- Run
npm test
to execute unit tests and check syntax - Submit a pull request