What is the difference between xml and json?
Answer / Shailesh Narayan Gautam
XML (Extensible Markup Language) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. JSON (JavaScript Object Notation), on the other hand, is a lightweight data interchange format that is easy for humans to read and write, and easy for machines to parse and generate.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to use newtonsoft or json.net for deserializing the json data?
How do I view a json file?
What is number in json?
What is an array json?
What is the use of newtonsoft json?
What is tojson() method in josn?
what are natively supported json types?
what is the difference between JSON and JSONP?
What is the use of json.parse in javascript?
What is a json payload?
What is json parsing?
Explain jsonp in a simple language.