JSON Full Form (original) (raw)

Last Updated : 12 Jul, 2025

**JSON stands for JavaScript **Object Notation. It is a popular data interchange format used in many applications and technology stacks.

**JSON Represents Data in Two Ways:

{
"name": "Amit",
"age": 25,
"skills": ["JavaScript", "HTML"]
}

**Features of JSON

Common Uses of JSON

Advantages of JSON