I am passing a JSON payload to an API Controller, and one of the fields is dynamic because the field needs to be passed again as a JSON string to another API. The dotnet co
Try this
var jsonString=s.Action.ToString();
This will give you the json string