[jQuery] JQuery Help..

[jQuery] JQuery Help..

Hi,  Can someone please help me on below problem?
I have a JSON formatted String like below..
<b>
<span style="color: rgb(204, 0, 0);">
{<span style="color: rgb(0, 0, 153);">"match":["Chicago","California","Calcutta"]</span>, </span></b><b><span style="color: rgb(204, 0, 0);">"AllTag":["Newyork","Paris","London","Chicago","California","Calcutta"]</span></b><b><span style="color: rgb(204, 0, 0);">}</span></b>
I have to write a function which will look for string <b>"match"</b> in above JSON formatted string and will  return JSON array associated with it...so for above string my output will be
<b><span style="color: rgb(204, 0, 0);">["Chicago","California","Calcutta"]
</span></b><span style="color: rgb(0, 0, 0);">Please let me know if I am not clear on anything.</span><b><span style="color: rgb(204, 0, 0);">
</span></b><span style="color: rgb(204, 0, 0);"><span style="color: rgb(0, 0, 0);">Thanks</span><br style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0);">Raghu</span></span><b><span style="color: rgb(204, 0, 0);">
</span></b>