AjaxPro more JSON compliant

Tags: AJAX, Ajax.NET, ASP.NET, JavaScript, jQuery, JSON

I put the next beta version online to test the new JSON converters. I have added a new web.config paramter which will bring JSON converters to render a different output.

<oldStyle>
    <renderJsonCompliant/>
    <renderDateTimeAsString/>
</oldStyle>

Next I have added a new attribute to the jsonConverters to not add the __type property which will identify the .NET data type. The new default will be false, so you only have to set it to true if you want to add the __type property to use it later in another request as method argument.

<jsonConverters includeTypeProperty="false">
</jsonConverters>

The new beta bits are available here: http://www.ajaxpro.info/download/07.04.23.beta.zip. This will be the same Visual Studio .NET 2005 Web project like some days ago. I will put the .NET 1.1 version online when releasing the next AjaxPro final version.

1 Comment

  • benny Shoham said

    Hi Michael, Thanks for providing such good Ajax lib. Can you please highlight the advantages of AjaxPro over the standard Microsoft Asp.Net Ajax extention? (I'm not sure what are the differences and I'm currently checking Ajax libraries for use on our company website, www.5min.com. thanks, Benny.

Comments have been disabled for this content.