An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# jsonfix [![Build Status](https://travis-ci.org/paulvollmer/jsonfix.svg?branch=master)](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)