<!-- What problem are you trying to solve? --> In Python you can do this ```python import pandas as pd data= pd.read_json('employees.jl', lines=True, orient='records') ``` <!-- Describe the solution you'd like --> Include `JsonSerializerOptions` property `Lines` of the `System.Text.Json`
In Python you can do this
Include
JsonSerializerOptionspropertyLinesof theSystem.Text.Json