Hey folks, quick question: can beautiful soup process jsonl files?
I’ve used it for scraping HTML/XML before, and it’s a lifesaver. But now I’ve got these jsonl files, and I’m not sure if BS is the right tool.
Like, does it even *get* jsonl, or am I better off with something else? Don’t wanna waste time if it’s not built for that.
Anybody tried this before? Or should I just switch to like, `json` module or whatever?
Thanks in advance! 🙌
(Also, if you’ve got tips for handling jsonl, I’m all ears!)
I’ve used it for scraping HTML/XML before, and it’s a lifesaver. But now I’ve got these jsonl files, and I’m not sure if BS is the right tool.
Like, does it even *get* jsonl, or am I better off with something else? Don’t wanna waste time if it’s not built for that.
Anybody tried this before? Or should I just switch to like, `json` module or whatever?
Thanks in advance! 🙌
(Also, if you’ve got tips for handling jsonl, I’m all ears!)
