I have a JSONArray as shown below
{
"output": [
"a",
"b",
"c",
"d",
"e"
]
}
I need to find if "e" exists in the above array in php. Can someone help me out with this ?
I have a JSONArray as shown below
{
"output": [
"a",
"b",
"c",
"d",
"e"
]
}
I need to find if "e" exists in the above array in php. Can someone help me out with this ?