Different between xml and json?
Loading
Different between xml and json?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeev KumarPosted Mar 3, 2023, 7:12 AM
The biggest difference is: XML has to be parsed with an XML parser. JSON can be parsed by a standard JavaScript function.
Brahma Prakash ShuklaPosted Oct 18, 2022, 8:15 AM
Below are few differences between JSON and XML:
Jaydeep PatilPosted Sep 24, 2022, 4:41 AM
Check the following URL for better understanding with example
https://hackr.io/blog/json-vs-xml
Alkesh BijarniyaPosted Sep 23, 2022, 6:09 AM
https://www.geeksforgeeks.org/difference-between-json-and-xml/
Vishal YelvePosted Sep 22, 2022, 4:39 PM
Please refee below links
http://www.differencebetween.net/technology/protocols-formats/difference-between-json-and-xml/
https://www.google.com/amp/s/www.geeksforgeeks.org/difference-between-json-and-xml/amp/
https://www.guru99.com/json-vs-xml-difference.html
Rajanikant HawaldarPosted Sep 22, 2022, 11:24 AM
https://www.c-sharpcorner.com/interview-question/difference-between-json-and-xml
Amit MohantyPosted Sep 22, 2022, 10:39 AM
Check the below article
https://www.geeksforgeeks.org/difference-between-json-and-xml/
Sachin SinghPosted Sep 22, 2022, 10:23 AM
What is similar in them except that both are used as representations to send data over http or other protocol ??