BLOGPOST MODULE 6
A. ENGAGE Instruction: Based on your own understanding, kindly define the following terminologies: A.XML XML, or Extensible Markup Language, is a flexible and widely used format for storing and exchanging structured data. It is a plain-text language that uses tags to define elements and their relationships, allowing for the representation of complex information. XML provides a way to store data in a human-readable and machine-readable format, making it easy to understand and process. B.JSON JSON or JavaScript Object Notation, It is a text-based format that allows for the representation of structured data in a human-readable manner. JSON is built on key-value pairs, where data is organized into objects and arrays. It is easy to understand and manipulate by both humans and machines. JSON is widely supported across different programming languages and platforms, making it ideal for data exchange between systems. It is commonly used in web APIs, where data is transmitted between the se