Difference Between JSON and XML
- JSON object has a type whereas XML data is typeless.
- JSON does not provide namespace support while XML provides namespaces support.
- JSON has no display capabilities whereas XML offers the capability to display data.
- JSON is less secured whereas XML is more secure compared to JSON.
- JSON supports only UTF-8 encoding whereas XML supports various encoding formats.
What is JSON?
JSON is a file format that uses human-readable text for storing and transmitting data objects containing attribute-value pairs and arrays. JSON is used to store information in an organized and easy-to-access manner. JSON stands for JavaScript Object Notation. It offers a human-readable collection of data that can be accessed logically.
What is XML?
XML is an extensible markup language that is designed to store data. It is popularly used for transferring data. It is case-sensitive. XML allows you to define markup elements and generate customized markup language. An element is a basic unit in the XML language. The extension of XML file is .xml.
No comments:
Post a Comment