Utf8JsonAsyncStreamReader 1.1.0
dotnet add package Utf8JsonAsyncStreamReader --version 1.1.0
NuGet\Install-Package Utf8JsonAsyncStreamReader -Version 1.1.0
<PackageReference Include="Utf8JsonAsyncStreamReader" Version="1.1.0" />
paket add Utf8JsonAsyncStreamReader --version 1.1.0
#r "nuget: Utf8JsonAsyncStreamReader, 1.1.0"
// Install Utf8JsonAsyncStreamReader as a Cake Addin #addin nuget:?package=Utf8JsonAsyncStreamReader&version=1.1.0 // Install Utf8JsonAsyncStreamReader as a Cake Tool #tool nuget:?package=Utf8JsonAsyncStreamReader&version=1.1.0
Utf8JsonAsyncStreamReader
An Asynchronous forward-only streaming JSON parser and deserializer based on System.Text.Json.Utf8JsonReader. Buffer reads a stream and enable conditional branch deserialization. Memory usage is minimal, based of either the buffer size used or the json property branch being deserialized.
See the Deserializing Json Streams using Newtonsoft.Json & System.Text.Json with C# & VB article for detailed breakdown and usage with C# or VB.Net with full samples, benchmarks, tests, and more. Covers both file and web streaming with unzipped and zipped files of very large size.
Nuget
Package: Utf8JsonAsyncStreamReader
Support
If you find this library useful, then please consider buying me a coffee ☕.
History
- 1.0.0: Initial release - supports .Net 7.0
- 1.1.0: Updated to support .Net 8.0; fixed missing paramater JsonSerializerOptions in one call
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- System.IO.Pipelines (>= 7.0.0)
-
net8.0
- System.IO.Pipelines (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial Release