Search by

unional / jsonc

unional

jsonc library

Package info

github.com/unional/jsonc-php

pkg:composer/unional/jsonc

Statistics

Installs: 593

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 1

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

This package is auto-updated.

Last update: 2026-08-19 08:04:47 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.