mirror of
https://github.com/mihonapp/mihon.git
synced 2025-05-19 17:15:31 +02:00
So on a really big data we will run into OOM issue. With this change we implement streaming approach, rather than loading the entire JSON string into memory at once. Signed-off-by: KaiserBh <kaiserbh@proton.me>