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

https://github.com/tkuchiki/json-checker

Checker utility for JSON syntax
https://github.com/tkuchiki/json-checker

checker cli json python

Last synced: about 1 month ago
JSON representation

Checker utility for JSON syntax

Awesome Lists containing this project

README

          

json-checker
============

Checker utility for JSON syntax.

## Installation

~~~~
$ curl https://raw.githubusercontent.com/tkuchiki/json-checker/master/json-checker -o /usr/local/bin/json-checker && chmod +x /usr/local/bin/json-checker
~~~~

## Usage

~~~~
$ json-checker --help
Usage: json-checker [option] ARG...

ARG file and directory

Options:
-h, --help show this help message and exit
-r, --recursive check directories recursively
-L follow symlinks
-q, --quiet quiet mode
~~~~