mirror of
https://github.com/cerbero90/json-parser.git
synced 2025-04-15 08:15:10 +02:00
Create state
This commit is contained in:
parent
20a638e450
commit
b516cc6714
12
src/State.php
Normal file
12
src/State.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Cerbero\JsonParser;
|
||||
|
||||
/**
|
||||
* The JSON parsing state.
|
||||
*
|
||||
*/
|
||||
class State
|
||||
{
|
||||
//
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user