NetStandard2.1 written in C#8Fast and memory efficient.Bringing the speed and allocation down to libraries available in later .NET versions.Provides:JsonSpan: ref struct on demand parsing, zero allocation span parsingJsonMemory: readonly struct, string memory parsing with array pooled containersAnd thats it, no nonsense between types, no messing around casting to specifics.All compressed into a single file.Serialization and Deserialization not included.Details and instructions available online at the source:Nuget: LinkGithub: Link





