Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

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

php-herrera-io-json-1.0.3-1.el7.remi.noarch [8 KiB] Changelog by Remi Collet (2015-10-21):
- initial package