Javascript Object Notation
Wednesday April 23, 2008
JavaScript Object Notation is not only a valid way to define objects in JavaScript, it also provides a convenient way to pass data between the server and the client.
The eleventh Ajax tutorial introduces JavaScript Object Notation (JSON) which is an alternative format that you can use for the data you are returning from the server that makes processing that returned data with JavaScript much easier.
Javascript Object Notation


Comments
No comments yet. Leave a Comment