AutoWrapper.Server
AutoWrapper.Server copied to clipboard
A JSON deserializer that unwraps the Result property of the AutoWrapper ApiResponse object.
My result/data/payload contains snake case properties, I'd like to somehow passe a JsonSerializerSettings object to the Unwrapper.Unwrap() method so that I don't need to add attributes to all my DTOs,...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...