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
- Host: GitHub
- URL: https://github.com/whoeza/json_and_validation
- Owner: Whoeza
- License: gpl-3.0
- Created: 2022-06-06T18:10:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T18:10:13.000Z (over 3 years ago)
- Last Synced: 2025-09-14T07:35:48.053Z (3 months ago)
- Topics: files, json, python, strings, valid, validation
- Language: Python
- Homepage: https://pypi.org/project/json-and-validation/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.