Hello,
if i have json data like this
{
"results": [
{
"text": "Testing1",
"objectId": "lqI3KR3QS7",
"point": "15",
"updatedAt": "2012-03-12T07:28:02.385Z",
"email": "a href="mailto:erik_sugih@yahoo.com" rel="nofollow"erik_sugih@yahoo.com/a",
"createdAt": "2012-02-28T03:47:34.106Z"
},
{
"text": "test",
"objectId": "8qfbnkHTXT",
"point": "10",
"updatedAt": "2012-03-12T07:27:19.389Z",
"email": "a href="mailto:erik@jadinpratama.com" rel="nofollow"erik@jadinpratama.com/a",
"createdAt": "2012-03-12T06:43:58.138Z"
}
]
}
example : i want to show the record that value of field email "a href="mailto:erik@jadinpratama.com" rel="nofollow"erik@jadinpratama.com/a",
can you help me? if i want that request value can be input.
Best Regards,
Erik