I am using api which return me this response:-
{
VJiQND:
{
optin: 'double',
is_default: 'no',
from_email: '[email protected]',
name: 'ding',
reply_to_email: '[email protected]',
created_on: '2015-05-18 11:32:37',
from_name: 'Xa'
},
VJj3KAS:
{
optin: 'double',
is_default: 'yes',
from_email: '[email protected]',
name: 'xtusxx',
reply_to_email: '[email protected]',
created_on: '2015-05-18 09:09:43',
from_name: 'Ads'
}
}
now I want to get VJj3KAS if from_name equals to 'Ads' I try filter function but it didn't work it throw me an error can you please help me to get that value.
Thanks