Multiple choice technology programming languages

Brackets used in JSON are

  1. Angled

  2. Square

  3. Round

  4. Squiggly

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

JSON uses two types of brackets: square brackets [] for arrays (ordered lists of values) and squiggly/curly brackets {} for objects (key-value pairs). These are the only bracket types used in JSON syntax - round () and angled <> brackets are not part of JSON structure.