In this example, what would the VALUE of employee.functions[1] be?
{ "employee" : { "type" : "Director", "functions" : ['sales', 'marketing'] } }
null
undefined
marketing
sales
Correct Answer : C
In the below notation, Employee is of type { "Employee": [ "Amy", "Bob", "John" ] }
Which of these is proper a JSON array?
In the below notation, Employee is of type { "Employee": { "Name": "Amy", "Age": 25 } }