I have a directory with a large number of json files. Now I want python to read them all in and creates a single jsonl output file.
Here is a post that did something similar (Python conversion from JSON to JSONL), but in comparison to this post the starting point of my question is reading the jsons in to create python object first, before converting them into jsonl.