for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace DrewM\Drip;
class Batch extends Dataset
{
public function jsonSerialize()
return [
'batches' => [
[
$this->label => $this->data,
],
];
}