https://github.com/paulvollmer/jsonfix
this is experimental stuff! do not use in production
https://github.com/paulvollmer/jsonfix
experimental javascript json jsonfix
Last synced: 4 months ago
JSON representation
this is experimental stuff! do not use in production
- Host: GitHub
- URL: https://github.com/paulvollmer/jsonfix
- Owner: paulvollmer
- License: mit
- Created: 2015-05-06T19:54:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T22:31:26.000Z (almost 6 years ago)
- Last Synced: 2025-06-22T04:03:19.620Z (about 1 year ago)
- Topics: experimental, javascript, json, jsonfix
- Language: JavaScript
- Homepage: https://paulvollmer.net/jsonfix/web
- Size: 235 KB
- Stars: 10
- Watchers: 14
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# jsonfix [](https://travis-ci.org/paulvollmer/jsonfix)
**this is experimental stuff! do not use in production
this tool cannot fix any kind of json bugs.**
build on top of the awesome [jsonlint](https://github.com/zaach/jsonlint) parser.
## Usage
clone the repository
git clone https://github.com/paulvollmer/jsonfix.git
cd into the directory
cd jsonfix
fix some broken json data
./cmd/jsonfix test/fixture/broken.json
## At the Browser
You can find a demo at https://paulvollmer.net/jsonfix/web
## Author
Paul Vollmer
## License
[MIT](LICENSE)