pub fn jsonl_from_reader(reader: impl Read) -> Result<Tree, Error>
Read the input as JSONL regardless of what detection would say — the --jsonl escape hatch for content that is also valid JSON (e.g. a single record).
--jsonl