Revision history for JSON-Lines

0.01    Date/time
        First version, released on an unsuspecting world.

0.03	2020/10/25
	- Adds get_line and get_lines methods
	- Update Makefile with links to github
	- Fix "\n" logic to always append after encoding json

1.07	2025/05/20
	- Fix - when encoding an array of hashrefs with parse_headers enabled check all hash refs for keys to build the header

1.08	2025/05/20
	- Fix - get_line to return undef on end of file.

1.09	2025/06/19
	- Switch to use Cpanel::JSON::XS
	- Adds a get_subset function that returns a subset of json lines from a file. Note: this handles pretty printed json.