Skip to content

Basics for Beginners · What is JSON?

All tutorials

What is JSON?

JSON stands for JavaScript Object Notation. It's a lightweight, text-based format for storing and exchanging data between systems. Created by Douglas Crockford in 2001 and standardized as ECMA-404 and RFC 8259, JSON has become the de facto standard for web APIs—over 70% of public APIs use JSON. Unlike XML, it's human-readable and easy for both humans and machines to parse.

JSONdata interchangeAPIlightweighttext-based