Assuming salaryrecord is required, the following result was found.
// parse the response loop through each record returned m_SalaryResponse = ifnull(r_SalaryData.get("response"),Map()); l_SalaryRecords = ifnull(m_SalaryResponse.get("result"),List()); for each m_SalaryRecord in l_SalaryRecords { // // start an increment...