2
votes
1
vote
Best way to filter domain objects for json output in an ASP.NET MVC application
You could use the Newtonsoft library and [JsonIgnore] attribute for marking properties of your class you don't want to e …
