Download the PHP package 8ctopus/relaxed-json without Composer
On this page you can find all versions of the php package 8ctopus/relaxed-json. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download 8ctopus/relaxed-json
More information about 8ctopus/relaxed-json
Files in 8ctopus/relaxed-json
Download 8ctopus/relaxed-json
More information about 8ctopus/relaxed-json
Files in 8ctopus/relaxed-json
Vendor 8ctopus
Package relaxed-json
Short Description Tired of JSON's super strict syntax? Then relaxed JSON if for you.
License MIT
Homepage https://github.com/8ctopus/relaxed-json
Package relaxed-json
Short Description Tired of JSON's super strict syntax? Then relaxed JSON if for you.
License MIT
Homepage https://github.com/8ctopus/relaxed-json
Please rate this library. Is it a good library?
Informations about the package relaxed-json
relaxed json
Tired of JSON's super strict syntax? Then relaxed JSON if for you.
features
- supports comments in all forms
// my comment
,/* my comment */
- ignores trailing commas at the end of an array or object
- throws an Exception when the json is invalid
- zero dependencies
install
composer require 8ctopus/relaxed-json
usage
exceptions
credits
This library is are repack with improvements of the original work from https://github.com/etconsilium/php-json-fix
tests
composer test
clean code
composer fix
composer fix-risky
All versions of relaxed-json with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
The package 8ctopus/relaxed-json contains the following files
Loading the files please wait ....