[svg-developers] Re: getting started with json

2006-05-19 Thread Jim Ley
Andreas Neumann [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, How are json network requests made? Just with a regular xmlhttprequest or getURL request or with a different method? then use eval(xmlrequest.responseText), in case of xmlhttprequest? yes, that's it, or use new

[svg-developers] Re: getting started with json

2006-05-19 Thread Andreas Neumann
Jim, thanks for confirming. Good to know that I don't need any additional js libraries. So I use the usual transfer mechanisms (.getURL and XMLHttpRequest()) depending on what's available and instead of XML just transfer javascripts objects and arrays. You wrote that this substantially

[svg-developers] Re: getting started with json

2006-05-19 Thread Jim Ley
Andreas Neumann [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I read about the JSONRequest object (http://www.json.org/JSONRequest.html) currently this is just a proposal that perhaps will be implemented in a future browser? I think it's reasonably unlikely, it's not a great