Create state

This commit is contained in:
Andrea Marco Sartori 2022-09-19 00:35:05 +02:00
parent 20a638e450
commit b516cc6714

12
src/State.php Normal file
View File

@ -0,0 +1,12 @@
<?php
namespace Cerbero\JsonParser;
/**
* The JSON parsing state.
*
*/
class State
{
//
}