(Page 1 of 4 )In my previous article I discussed some of the basics of JSON, the JavaScript Object Notation. It is an object literal notation well suited for data exchange. The object and arrays of JSON are very similar to real world data representation in many programming languages and this makes it a natural competitor with the more ubiquitous XML.Add to this the fact that it carries the same message in a smaller size and you will realize the impact it will have on transporting the
continue >>
Feb
10
AJAX with JSON
Comments (0)
Ajax - JavaScript
Tags: