我想在 Python 中将 JSONL 文件加载为 JSON 对象。有没有简单的方法可以做到这一点?
将参数线设置为 True 就可以了。
import pandas as pd jsonObj = pd.read_json(path_or_buf=file_path, lines=True)