Pandas can handle json files by default but jsonline files are a bit tricky to handle. This repo can read jsonl files and generate output in list or pandas dataframe formats. Just clone the repo in your system, call jsonl_parse and generate output as you need.
Acknowledgement:
Monkey see, monkey do
Stack Overflow
Pandas Documentation and others