"What I am trying to do in my example down here is to have an alert in my app showing the "employee_name" from the first row ("Steve") in the json."
Then you need to reference the first element in the array (json[0].employee_name
). Remember that computers start counting at zed, not one.