Multiple choice technology programming languages

JSON is

  1. Superset of JavaScript

  2. Subset of Javascript

  3. Not related to Javascript

  4. Union of Java and Javascript

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

JSON (JavaScript Object Notation) is a lightweight text-based data format that is formally defined as a subset of the JavaScript programming language syntax. It is not a superset, nor is it unrelated to JavaScript, and it has no syntax union with Java.