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