﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
37164	Support jsonl Deserializer subclasses' _get_lines methods	Adam Johnson	Adam Johnson	The jsonl `Deserializer` class calls `Deserializer._get_lines()` directly, rather than via `self`, preventing subclasses from overriding this methods (for example, to use an alternative JSON library). This has been the case since ee5147cfd7de2add74a285537a8968ec074e70cd. Let's change it to use `self`.	Cleanup/optimization	assigned	Core (Serialization)	dev	Normal				Unreviewed	1	0	0	0	0	0
