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

https://github.com/whoeza/json_and_validation

A lightweight solution to validate JSON files and strings, in Python
https://github.com/whoeza/json_and_validation

files json python strings valid validation

Last synced: 3 months ago
JSON representation

A lightweight solution to validate JSON files and strings, in Python

Awesome Lists containing this project

README

          

# json_and_validation

A lightweight solution to validate JSON files and strings, in Python

Open source available on [GitHub](https://github.com/Whoeza/json_and_validation) and
[PyPI](https://pypi.org/project/json_and_validation/).

## Installation

Install from pip:

`py -m pip install json_and_validation`

Update to the latest version from pip:

`py -m pip install --upgrade json_and_validation`

Uninstall from pip:

`py -m pip uninstall json_and_validation`

### Building from sources

Run this command from the package directory on your filesystem:

`py -m build`

## Community

[Open a new issue](https://github.com/Whoeza/json_and_validation/issues) for
support.