gragra33 / Utf8JsonAsyncStreamReader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ☕.

About

License:MIT License


Languages

Language:C# 99.9%Language:PowerShell 0.1%