Which of the following absolute binding paths are valid?

Please review the JSON model in the screenshot.

Which of the following absolute binding paths are valid? Note: There are 3 correct answers to this question.

{company: {name: "ACME", info: {employees:3}, contacts: [{name: "Barbara", phone: "873"},{name: "Gerry", phone: ‘"734"}]}}
A . /contacts/0/name
B . /company/name
C . /company/contacts/2/phone
D . /company/info/employees
E . /company/contacts/1/name

Answer: B,D,E

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments