Remi's RPM repository - Packages

Blog | Forum | Repository

php-jsonlint - JSON Lint for PHP

Website:
https://github.com/Seldaek/jsonlint
Licence:
MIT
Vendor:
Remi Collet
Description:
JSON Lint for PHP.

This library is a port of the JavaScript jsonlint
(https://github.com/zaach/jsonlint) library.

To use this library, you just have to add, in your project:
  require_once '/usr/share/php/Seld/JsonLint/autoload.php';

Packages

php-jsonlint-1.4.1-1.fc21.remi.noarch [18 KiB] Changelog by Remi Collet (2016-09-15):
- Updated to 1.4.1
php-jsonlint-1.4.0-1.fc21.remi.noarch [18 KiB] Changelog by Remi Collet (2015-11-26):
- Updated to 1.4.0
- run test suite with both PHP 5 and 7 when available