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;
class Json extends Format
{
/**
* @return array
*/
public function toArray()
return (array) json_decode($this->getValue());
}