for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Saxulum\JsonDocument;
class ArrayNodeBasedDocument extends ArrayNode implements DocumentInterface
{
use DocumentTrait;
protected $name = 'document';
public function __construct()
$this->document = $this;
}