All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Static
ToJson
andFromJson
methods toJsonMapper
that operate on streams
- Skip boxing numeric value types when calling
JsonMapper.Write<T>
- Removed calls from JsonTokenWriter to .NET methods that perform allocations internally
- Reduced the size of stack-allocated string buffers for reading in numeric data types
1.0.0 - 2024-01-13
Initial release
JsonMapper
for object <-> json mappingJsonTokenReader
andJsonTokenWriter
for reading and writing json data tokensJsonValue
as a generic, type for operating with json data