Javascript: Find matching property value in deeply nested arrays and objects
I need to match values from two JSON sources. Using the javascript find method this way works for me when the nesting of the "cities" array is one level more shallow (just an array of objects), but it's not working…