Search by

elecena / jsonl-parser

macbre

Add, read and remove entries from JSON Lines formatted files

Package info

github.com/elecena/jsonl-parser

pkg:composer/elecena/jsonl-parser

Statistics

Installs: 19 287

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 2

0.1.0 2023-11-30 10:51 UTC

This package is auto-updated.

Last update: 2026-09-11 14:33:26 UTC


README

Add, read and remove entries from JSON Lines formatted files. For easier handling of large files the stack approach is used - use push & pop method (add a line to end of the file, take from the end).

Inspired by