<?php
namespace NoccyLabs\Dataset\Readers;
use NoccyLabs\Dataset\ReaderInterface;
class JsonReader implements ReaderInterface
{
public function __construct(string $filename, array $options)
}