1/12/2023
•
EN
Getting rid of warnings with nullable reference types and JSON object models in C#
Explains strategies to handle nullable reference type warnings when deserializing JSON into C# object models, comparing different approaches and their trade-offs.