PDA

View Full Version : JSON support @ DASP?


williamsjp
11-02-2007, 05:19 AM
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?

vvsharma
11-02-2007, 09:33 AM
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 (http://www.discountasp.net/)

Post Edited (vvsharma [DASP]) : 11/2/2007 10:36:36 PM GMT

williamsjp
11-02-2007, 10:10 AM
Thanks, Vikram. I didn't know that. I'll give it a shot, then.