diff --git a/README.md b/README.md index 9d22b4d..c6bbab5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![devDependency Status](https://david-dm.org/prantlf/jsonlint/dev-status.svg)](https://david-dm.org/prantlf/jsonlint#info=devDependencies) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) -A pure [JavaScript version](http://prantlf.github.com/jsonlint/) of the service provided at [jsonlint.com](http://jsonlint.com). +A JSON parser and validator with a command-line client. A [pure JavaScript version](http://prantlf.github.com/jsonlint/) of the service provided at [jsonlint.com](http://jsonlint.com). This is a fork of the original package with the following extensions: diff --git a/web/jsonlint.html b/web/jsonlint.html index f562d21..458bf84 100644 --- a/web/jsonlint.html +++ b/web/jsonlint.html @@ -1,67 +1,98 @@ - - - - - JSON Lint - - - + - - - -

JSON Lint

-

A pure JavaScript version of the service provided at jsonlint.com.

- -

- - -
- - -

-

- -

-

Results

-

-  

project on github

- - + } + + +