Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDFGHILMOPQRSTUWXZ
]
php-herrera-io-json - A library for simplifying JSON linting and validation
- Website:
- https://github.com/kherge-abandoned/php-json
- Licence:
- MIT
- Vendor:
- Remi Collet
- Description:
A library for simplifying JSON linting and validation.
Uses the justinrainbow/json-schema and seld/jsonlint libraries to lint and
validate JSON data. Also decodes JSON data as to only lint when an error is
encountered, minimizing performance impact.
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Herrera/Json/autoload.php';
Packages