PHP Classes

File: src/Contract/TypeInterface.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   iaso PHP JSON Parser Library   src/Contract/TypeInterface.php   Download  
File: src/Contract/TypeInterface.php
Role: Class source
Content type: text/plain
Description: Class source
Class: iaso PHP JSON Parser Library
Parse JSON strings immune to hash-DoS attacks
Author: By
Last change:
Date: 1 year ago
Size: 208 bytes
 

Contents

Class file image Download
<?php
declare(strict_types=1);
namespace
ParagonIE\Iaso\Contract;

/**
 * Interface TypeTInterface
 *
 * JSON Type Interface. Used in Contracts.
 *
 * @package ParagonIE\Iaso
 */
interface TypeInterface
{

}