Glossary
JSON
JSON (JavaScript Object Notation) is a lightweight, text-based data interchange format that is easy for humans to read and write, and easy for machines to parse and generate. JSON uses key-value pairs and ordered lists to structure data. It has become the de facto standard for API data exchange, largely replacing XML due to its simplicity and compatibility with JavaScript and most programming languages.