Glossary

JSON (JavaScript Object Notation)

A lightweight text-based data interchange format derived from JavaScript object literal syntax. It represents structured data using six types — strings, numbers, booleans, null, arrays, and objects — and is the universal format for REST API responses, configuration files, and data serialization across virtually every programming language.

← Back to glossary