I am trying to find away to search in returned json result. the returned result like :
{"Result":["Css","java","jquery","asp.net","mvc","javascript","asp","c#"]}
I want to get all the words that starts with "j" in an array or another json object.