Currently JSONL is supported only when writing, for symmetry we must add it also to the reader.
When reading jsonl all we need to do is read the json file line by line and, decode each line and turn it into a row that would be yielded after.
DX should be similar to writter:
from_json()->asJsonl()