Hi,  Can someone please help me on below problem?

I have a JSON formatted String like below..
*
{"match":["Chicago","California","Calcutta"], **
"AllTag":["Newyork","Paris","London","Chicago","California","Calcutta"]**}*

I have to write a function which will look for string *"match"* in above
JSON formatted string and will  return JSON array associated with it...so
for above string my output will be
*["Chicago","California","Calcutta"]

*Please let me know if I am not clear on anything.*

*Thanks
Raghu*
*

Reply via email to