Skip to content

gragra33/Utf8JsonAsyncStreamReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published