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
- Host: GitHub
- URL: https://github.com/tkuchiki/json-checker
- Owner: tkuchiki
- License: mit
- Created: 2014-06-18T04:02:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-19T11:44:28.000Z (over 11 years ago)
- Last Synced: 2025-01-25T09:11:06.710Z (over 1 year ago)
- Topics: checker, cli, json, python
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
~~~~