By bloid
via codesuccess.com
Published: Sep 07 2007 / 11:23
The most interesting part of the book for me was the discussion around using JSON rather than XML to receive data from the server. JSON (JavaScript Object Notation) is the native text representation of JavaScript objects and is arguably more suitable than XML for return data to an Ajax client for two reasons:
Add your comment