using System.Diagnostics;
public static void Main()
private static void DoesntThrow()
SwallowsException(@"{""destAddress"": [{ ""STCNTY"": ""USA"", } ]}");
Console.WriteLine(ex.Message);
private static void SwallowsException(string json )
HttpContext.Current.Response.Write(json);
HttpContext.Current.Response.End();