I have XMLHttpRequest() function given below
XMLHttpRequest()
var searchFriendRequests = function (userid) { var xhr = new XMLHttpRequest(); xhr.open(\'G
To simply get the email, or any other field, from the Data object, use the following:
Data
data.Data[0].email
WORKING EXAMPLE