Consuming JSON Objects Stream (NDJSON) With HttpClient by @tpeczek tpeczek.com
Some time ago I've written about streaming JSON objects from server to client in ASP.NET Core. Later I've created a small library with this functionality which supports IAsyncEnumerable<T> and has separated implementations for System.Text.Json and Newtonsoft.Json. The number of downloads on NuGet isn't high but looks like somebody is using it.
Report Story
Leave Your Comment