TheTechRobo/twitch-chat-getter

Use JSONL rather than JSON for chat

TheTechRobo opened this issue · 1 comments

This will make URL extraction much easier vis-à-vis RAM usage.

The RAM usage issue has been worked around by using a streaming JSON library in the URL extractor. But it's still probably a good idea to JSONL.