Confirm Deletion
Are you sure you want to delete the saved search?
employee_info_struct{ emp_name: 'Derrick' home_address_info{ city: 'New York' state: NULL department_info{ NULL } }
Input Value
RETURN VALUE
employee_info_struct.emp_name
'Derrick'
employee_info_struct.home_address_info
{ city: 'New York' state: NULL }
employee_info_struct.department_info
NULL
employee_info_struct.home_address_info.city
'New York'
employee_info_struct.home_address_info.state