If any of the choice object from choices array is not found in any of the results array hide choice element in this case {"choice": "f"} and {"choice": "g"} is not available in any of those 3 results so I need to hide it. How can I do it?
{"choices":[
{"choice": "a"},
{"choice": "b"},
{"choice": "c"},
{"choice": "d"},
{"choice": "e"},
{"choice": "f"},
{"choice": "g"}
],
"results":[
{"result":["a", "b", "c"]},
{"result":["a", "b", "d"]},
{"result":["a", "b", "e"]},