JSON stands for JavaScript Object Name
B
Correct answer
Explanation
JSON stands for JavaScript Object Notation, not JavaScript Object Name. It's a lightweight, text-based data interchange format inspired by JavaScript object syntax but now language-independent, widely used for APIs and configuration files.