Home  • Programming • JavaScript
Why JSON?
For AJAX applications, JSON is faster and easier than XML
Using XML 1Fetch an XML document 2Use the XML DOM to loop through the document 3Extract values and store in variables Using JSON 1Fetch a JSON string 2eval() the JSON string

Comments 0


Copyright © 2025. Powered by Intellect Software Ltd