i have a website that reads xml and show it with jquery. Now i would like to adjust the xml a little before jquery reads it. I could adjust the data with jquery but it's a lot easier to manipulate the xml with asp.net. While writing the xml wrapper page
i was thinking it would maybe be even better to get the data in json format.
I think i have to create a webservice to do this but if somebody could point me into the right direction that would be really great.
So to summarise what i need is: read and manipulate xml and return it as json.
enome.be
Member
6 Points
36 Posts
Json wrapper
Jul 14, 2009 04:42 PM|LINK
Hello,
i have a website that reads xml and show it with jquery. Now i would like to adjust the xml a little before jquery reads it. I could adjust the data with jquery but it's a lot easier to manipulate the xml with asp.net. While writing the xml wrapper page i was thinking it would maybe be even better to get the data in json format.
I think i have to create a webservice to do this but if somebody could point me into the right direction that would be really great.
So to summarise what i need is: read and manipulate xml and return it as json.
Thanks in advance.
srinivaskotr...
Star
11228 Points
1792 Posts
Re: Json wrapper
Jul 14, 2009 06:11 PM|LINK
hi,
may be this links helps you
http://www.codeproject.com/KB/aspnet/jsonwebeditor.aspx
http://www.phdcc.com/xml2json.htm
Thanks :)
Srinivas Kotra.
enome.be
Member
6 Points
36 Posts
Re: Json wrapper
Jul 15, 2009 02:24 AM|LINK
Thanks Srinivas