PHP library to encode and decode JSON

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mycomposer01/json

v2.0 2017-01-14 04:26 UTC

This package is not auto-updated.

Last update: 2025-12-11 01:07:01 UTC


README

'test', 'b' => 'test' ]; $jsondata = \mycomposer01\Json::encode($data); print_r($jsondata); $data2 = \mycomposer01\Json::decode($jsondata); print_r($data2);