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).
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).