JSON (JavaScript Object Notation)
JSON is a lightweight, human-readable data interchange format widely used for communication between applications, databases, and web services.
Based on key–value pair structure, JSON is compatible with many programming languages, making it a popular choice for APIs, configuration files, and database queries. JSON is simpler and more compact compared to XML.