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

https://github.com/jonathanong/json-check

JSON file checker
https://github.com/jonathanong/json-check

Last synced: 4 months ago
JSON representation

JSON file checker

Awesome Lists containing this project

README

        

# json-check

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

A stupid JSON checker to make sure your JSON files are valid.

Installation:

```bash
npm install @jongleberry/json-check
```

Usage:

```bash
json-check 'src/**/*.json'
```