用于编码和解码 JSON 的 PHP 库

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

This package is not auto-updated.

Last update: 2024-09-18 19:23:33 UTC


README

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