unional / jsonc
jsonc library
Installs: 434
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 2
pkg:composer/unional/jsonc
Requires (Dev)
- phpunit/phpunit: ^9.5
README
PHP jsonc support.
install
composer require unional/jsonc
usage
use Unional\Jsonc\JSONC; print_r(JSONC::decode('{ /* comment */"a": 1 }'));
Attribution
The solution in this package is using the implementation made by Alexander Shostak in stackoverflow.