JSON support @ DASP?

Discussion in 'Silverlight' started by williamsjp, Nov 2, 2007.

  1. I want to make cross-domain Web Service calls from my Silverlight app, but I need access to JSON to do that. Specifically, I'm interested in using Jayrock. Is Jayrock (or Microsoft's JSON implementation) installed here at DASP?
     
  2. I don't think JSON requires any kind of Server side installation.

    I downloaded the library [from http://jayrock.berlios.de/] and plugged it in my web application.I am using the yahoo news web service and requesting the response in JSON format.I am using the JSON textreader in my application to read all the news titles.It works fine.

    See:http://daspstaff00.web120.discountasp.net/JSON/Articles.aspx

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET

    Post Edited (vvsharma [DASP]) : 11/2/2007 10:36:36 PM GMT
     
  3. Thanks, Vikram. I didn't know that. I'll give it a shot, then.
     

Share This Page