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 parser.
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
You can find a demo at https://paulvollmer.net/jsonfix/web
Paul Vollmer