List of questions
Related questions
Question 61 - DEA-C01 discussion
Which are the two ways to access elements in a JSON object?
A.
Use SemiColon notation to traverse a path in a JSON object: <column>:< level1_element>;<level2_element>;<level3_element>.
B.
use Curly bracket notation to traverse the path in an object: <column>{'< level1_element>'}{'<level2_element>'}.
C.
Use dot notation to traverse a path in a JSON object: <column>:< level1_element>.<level2_element>.<level3_element>.
D.
use bracket notation to traverse the path in an object: <column>['< level1_element>']['<level2_element>'].
Your answer:
0 comments
Sorted by
Leave a comment first