+ 4
What is Json, XML, and Ajax
What are they used for, and how can I use them, what is also the difference between xhtml and html
10 Antworten
+ 5
JSON is a Javascript style of representing data objects.
+ 5
XML is a markup language used to represent data and it's more verbose than JSON.
+ 3
Pls let your answers be beginners friendly
+ 3
Daya Bianca hi,
Here are pieces of answers
(You have explanations & exemples):
https://www.tutorialrepublic.com/javascript-tutorial/javascript-json-parsing.php
https://www.tutorialrepublic.com/javascript-tutorial/javascript-ajax.php
Have a good reading.
+ 3
JSON (JavaScript Object Notation) is a lightweight, readable format for structuring data. Its main usage is to transmit data from server to client as an alternative to XML.
For example:
{
"firstname" : "David",
"lastname" : "Smith",
"age" : "42"
};
XML is a markup language which is designed to store data. It's popularly used or transfer of data.
XML tags are not predefined. You need to define your customized tags.
XML was designed to carry data, not to display that data.
AJAX(Asynchronous JavaScript And XML) is a technique for accessing web servers from a web page.
AJAX is not a programming language.
+ 2
Pls I dont want normal definition of them
+ 2
I want explanations
+ 2
I will also be glad if I can see resources which can teach me as a beginner
+ 2
Sonic what are data objects
+ 1
Spend some time on Stackoverflow,,,, almost every question you might have is already answered,, it will be much better than these half-hearted ans