for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace BestServedCold\PhalueObjects\Format;
use BestServedCold\PhalueObjects\Format;
final class Json extends Format
{
public function parse()
return json_decode($this->getValue());
}