I got a large file (300MB) that is saved in jsonlines. Means the file containes thousands of javascript objects, separated by line breaks.
Unfortunatelly I have no idea how to work with a file like this. Can anyone give me some kind of short introduction on how to handle such files?