unional/jsonc

jsonc library

Maintainers

Package info

github.com/unional/jsonc-php

pkg:composer/unional/jsonc

Statistics

Installs: 484

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 1

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.