|
|
|
|
|
by dumbo-octopus
626 days ago
|
|
When you say streaming JSON parser, do you mean that it outputs a live “observable” object as it is steaming, or that it just doesn’t keep the entire source data in memory? I’ve done some work for the former for displaying rich LLM outputs as they are delivered - it’s a surprisingly underexplored area from what I’ve seen. |
|
As it processes input in batches, you can also use it in cases where you don't even need to load the whole input data in memory, if you chose so.