Is there a way to replace the WCF utility application with the built-in JavascriptSerializer using the Newtonsoft Json.Net json serializer?
WCF does not use JavascriptSerializer . It uses a DataContractJsonSerializer . And yes, you can replace it with Json.NET by writing a custom post format , as shown in the post blog post .
JavascriptSerializer