JSON
JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to read and write and for machines to parse and generate. It is often used for transmitting data between a server and a web application as an alternative to XML, facilitating data exchange in a structured, text-based format.