+ 1
JSON vs XML
If you are about to start a new project and there is a need to store your data in light weight format. Would you go for JSON or XML?
6 Answers
+ 7
@Waleed
Thanks you for the link.
+ 7
XML is more handy because it's so similar to HTML. So I rather transfer data via XML.
+ 6
Could you please, explain what JSON is?
+ 5
stands for javascript object notion @Manual. its basically a bunch of key:value pairs. but yea you can google more on it if you are interested
+ 1
This is a quick introduction @Manual
https://www.w3schools.com/js/js_json_intro.asp
0
what do you mean by "handy"? Isn't supposed to be measured by serialization / deserialization performance?
Hot today
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
3 Votes
Python palindrome challenge.
1 Votes
Java
0 Votes
Number of Ones ( C++ ) question!
1 Votes