howa escribió:
What do you think?

I think json is quite a standard way in developing javascript/ajax
apps now.


I don't like JSON inside the jQuery code, because, WHY?

if I download JSON responses from my server, I simply use
var mydata = eval("("+response+")");
I don't need any cleaner routine because, is a response from my server
and I control my server ;).

I have never need send JSON, because all my routines call with POST
params.

Normally web servers uses REST params, not JSON, and normally, JSON
responses are parsed as JavaScript (see Yahoo or Google web services)
call_service(http://...) returns a js with the structure:
var mydata = {......};

Really I don't need JSON serialization for my work :)


--
Best Regards,
José Francisco Rives Lirola <sevir1ATgmail.com>

SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain

Reply via email to