A couple of years ago, when I started these libraries, NDJSON was the most popular solution for JSON streaming (to optimise parsing speed and memory usage when sending large datasets).
Nowadays, it's JSONL, so I've added support for it as well 😎.
github.com/tpeczek/json...
#DotNet #NDJSON #JSONL