Brackets used in JSON are
-
Angled
-
Square
-
Round
-
Squiggly
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.