PHP Classes

File: AutoloadJsonDecode.php

Recommend this page to a friend!
  Packages of Ramesh Narayan Jangid (Sharma)   Heavy JSON Decode   AutoloadJsonDecode.php   Download  
File: AutoloadJsonDecode.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Heavy JSON Decode
Parse and decode JSON data from a file or string
Author: By
Last change: Readme
Date: 3 months ago
Size: 532 bytes
 

Contents

Class file image Download
<?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');