Javascript – Search string in nested array of objects and return matched objects as result
I have the array of objects as input shown below. This has property vertical as type string, platformList is an array and radar_metadata is nested object I want to search for a string and get those object which has string…