What is Json, XML, and Ajax | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

2nd Jul 2020, 4:27 PM
Daya Bianca
Daya Bianca - avatar
10 Answers
+ 5
JSON is a Javascript style of representing data objects.
2nd Jul 2020, 9:27 PM
Sonic
Sonic - avatar
+ 5
XML is a markup language used to represent data and it's more verbose than JSON.
2nd Jul 2020, 9:28 PM
Sonic
Sonic - avatar
+ 3
Pls let your answers be beginners friendly
2nd Jul 2020, 4:30 PM
Daya Bianca
Daya Bianca - avatar
2nd Jul 2020, 5:31 PM
EmmanueLZ.
EmmanueLZ. - avatar
+ 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.
4th Jul 2020, 12:33 PM
Darcy Dev
Darcy Dev - avatar
+ 2
Pls I dont want normal definition of them
2nd Jul 2020, 4:28 PM
Daya Bianca
Daya Bianca - avatar
+ 2
I want explanations
2nd Jul 2020, 4:28 PM
Daya Bianca
Daya Bianca - avatar
+ 2
I will also be glad if I can see resources which can teach me as a beginner
2nd Jul 2020, 4:29 PM
Daya Bianca
Daya Bianca - avatar
+ 2
Sonic what are data objects
3rd Jul 2020, 8:30 PM
Daya Bianca
Daya Bianca - avatar
+ 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
2nd Jul 2020, 11:03 PM
Russell Masimba
Russell Masimba - avatar