What is JSON?

2026-03-10

JSON stands for JavaScript Object Notation.

It is a lightweight data format used for APIs and data exchange.
Developers commonly use JSON for communication between frontend and backend systems.