<?php
/**
* Custom Json Decode
* php version 7
*
* @category JsonDecode
* @package CustomJsonDecode
* @author Ramesh N. Jangid (Sharma) <polygon.co.in@gmail.com>
* @copyright © 2026 Ramesh N. Jangid (Sharma)
* @license MIT https://opensource.org/license/mit
* @link https://github.com/polygoncoin/Microservices
* @since Class available since Release 1.0.0
*/
namespace CustomJsonDecode;
require_once __DIR__ . '/Autoload.php';
spl_autoload_register(callback: __NAMESPACE__ . '\Autoload::register');
|