Realated Questions
In this example, what would the TYPE of employee.hireDate be?
{ "employee" : { "type" : "Director", "functions" : ['sales', 'marketing'], "hireDate" : "March 8, 2011" } }
In this example, what is the VALUE of employee.type?
{ "employee" : { "type" : "Director", "functions" : ['sales', 'marketing'] } }
In this example, what is the TYPE of employee.functions?
{ "employee" : { "type" : "Director", "functions" : ['sales', 'marketing'] } }