Based on the following json document, I want to find the value of "Geography" where City is input. Here is the json: { "Company" : "Microsoft", "Cloud" : "Azure", "DataCenters" : [ { "Geography" : "USA", "Region" : "East", "City": "New York" }, { "Geography" : "Indi...