How to map JSON object from SQL Server query to a C# class model field in ASP.NET Core
Im trying to map a JSON column in my Database Table to my model, but not sure how. From other posts, I can see that there are examples of how to map individual properties in the JSON to a field, but I want to map the entire JSON object I get back from the SQL Query to the model field.