Metadata-Version: 2.1
Name: JsonFNL
Version: 0.1.5
Summary: Find and lint all json files
Home-page: https://github.com/dgs3/json_fnl
Author: Dave Sayles
Author-email: sayles.dave@gmail.com
License: "BSD"
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Json Find And Lint
Yet Another Json Linter!
A linter to both find and lint all json files. Prints out invalid json files.

Exits non-0 when unlinted files exist, so you should be able to drop it into your CI/CD
and fail fast and hard.

Example usage:


```
    python3 -m json_fnl -ignore venv
```

## Coming Soon!
Tests I guess.


