Can BeautifulSoup process JSONL, or do I need another tool for that? Alternatively, for a slightly different

16 Replies, 1638 Views

can BeautifulSoup process JSONL? Hah, no. It’d explode trying.

For JSONL, `json` module is the obvious choice, but if you’re feeling fancy, `pysimdjson` is *blazing* fast for big files.

Also, VS Code’s JSONL plugin is clutch for eyeballing the data before coding.

Messages In This Thread



Users browsing this thread: 1 Guest(s)