We're glad you're interested in contributing to JSON5.
git clone https://github.com/json5/json5
cd json5
npm install
When contributing code, please write relevant tests and run npm test
and npm run lint
before submitting pull requests. Please use an editor that supports
EditorConfig.
To report bugs or request features regarding the JSON5 data format, please submit an issue to the official specification repository.
To report bugs or request features regarding the JavaScript implementation of JSON5, please submit an issue to this repository.