for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ByJG\RestServer\OutputProcessor;
class JsonCleanOutputProcessor extends JsonOutputProcessor
{
public function __construct()
$this->buildNull = false;
$this->onlyString = false;
parent::__construct();
}