Web

JSON

Definition

JavaScript Object Notation — a lightweight text format for data exchange. JSON supports strings, numbers, booleans, null, objects, and arrays. It's the standard format for API responses and configuration files.

Code Example

Web

Learn More

Related Terms