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

v1.0.1 2021-02-22 20:35 UTC

README

Latest Stable Version Total Downloads Latest Unstable Version License

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.