You are developing an ASP.NET Web API action method.
The action method must return the following JSON inthe message body.
{“Name”:”Fabrikam”, “Vendor Id”: 9823, “Items”: [“Dogs”, “Cats”]}
You need to return an anonymous object that is serialized to JSON.
What should you do?