How to verify in JSON reponse for post xode “70597” the place name has “Stuttgart Degerloch” exists?

I am a learner in Postman and trying to learn how to read a JSON File in Postman. My question is, how can I make a test using script to ensure that for the post code “70597”, there exists a place name called “Stuttgart Degerloch”?

My JSON looks like this:

{
    "country abbreviation": "DE",
    "places": [
        {
            "place name": "Stuttgart Stuttgart-Mitte",
            "longitude": "9.1767",
            "post code": "70173",
            "latitude": "48.7786"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70173",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70174",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Stuttgart-Mitte",
            "longitude": "9.172",
            "post code": "70174",
            "latitude": "48.7827"
        },
        {
            "place name": "Stuttgart Stuttgart-Nord",
            "longitude": "9.1921",
            "post code": "70174",
            "latitude": "48.7978"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70176",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Stuttgart-Mitte",
            "longitude": "9.1585",
            "post code": "70176",
            "latitude": "48.7752"
        },
        {
            "place name": "Stuttgart Stuttgart-West",
            "longitude": "9.1641",
            "post code": "70176",
            "latitude": "48.7736"
        },
        {
            "place name": "Stuttgart Stuttgart-West",
            "longitude": "9.1641",
            "post code": "70178",
            "latitude": "48.7736"
        },
        {
            "place name": "Stuttgart Stuttgart-Mitte",
            "longitude": "9.1731",
            "post code": "70178",
            "latitude": "48.7728"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70178",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Stuttgart-Süd",
            "longitude": "9.1678",
            "post code": "70178",
            "latitude": "48.7644"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70180",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Stuttgart-Mitte",
            "longitude": "9.1762",
            "post code": "70180",
            "latitude": "48.7649"
        },
        {
            "place name": "Stuttgart Stuttgart-Süd",
            "longitude": "9.1678",
            "post code": "70180",
            "latitude": "48.7644"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70182",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Stuttgart-Mitte",
            "longitude": "9.1821",
            "post code": "70182",
            "latitude": "48.7745"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70184",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Frauenkopf",
            "longitude": "9.2218",
            "post code": "70184",
            "latitude": "48.7607"
        },
        {
            "place name": "Stuttgart Stuttgart-Süd",
            "longitude": "9.1678",
            "post code": "70184",
            "latitude": "48.7644"
        },
        {
            "place name": "Stuttgart Stuttgart-Ost",
            "longitude": "9.2079",
            "post code": "70184",
            "latitude": "48.7819"
        },
        {
            "place name": "Stuttgart Stuttgart-Mitte",
            "longitude": "9.1798",
            "post code": "70184",
            "latitude": "48.7759"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70186",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Stuttgart-Ost",
            "longitude": "9.2042",
            "post code": "70186",
            "latitude": "48.7718"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70188",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Stuttgart-Mitte",
            "longitude": "9.2112",
            "post code": "70188",
            "latitude": "48.7836"
        },
        {
            "place name": "Stuttgart Stuttgart-Ost",
            "longitude": "9.2079",
            "post code": "70188",
            "latitude": "48.7819"
        },
        {
            "place name": "Stuttgart Stuttgart-Ost",
            "longitude": "9.2079",
            "post code": "70190",
            "latitude": "48.7819"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70190",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Stuttgart-Mitte",
            "longitude": "9.2019",
            "post code": "70190",
            "latitude": "48.7887"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70191",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Bad Cannstatt",
            "longitude": "9.2141",
            "post code": "70191",
            "latitude": "48.8056"
        },
        {
            "place name": "Stuttgart Stuttgart-Nord",
            "longitude": "9.1824",
            "post code": "70191",
            "latitude": "48.7974"
        },
        {
            "place name": "Stuttgart Feuerbach",
            "longitude": "9.1588",
            "post code": "70192",
            "latitude": "48.8113"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70192",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Stuttgart-Nord",
            "longitude": "9.1921",
            "post code": "70192",
            "latitude": "48.7978"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70193",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Stuttgart-West",
            "longitude": "9.1641",
            "post code": "70193",
            "latitude": "48.7736"
        },
        {
            "place name": "Stuttgart Stuttgart-Nord",
            "longitude": "9.1557",
            "post code": "70193",
            "latitude": "48.7784"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70195",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Botnang",
            "longitude": "9.1304",
            "post code": "70195",
            "latitude": "48.7762"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70197",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Stuttgart-West",
            "longitude": "9.1485",
            "post code": "70197",
            "latitude": "48.767"
        },
        {
            "place name": "Stuttgart Stuttgart-Süd",
            "longitude": "9.1678",
            "post code": "70199",
            "latitude": "48.7644"
        },
        {
            "place name": "Stuttgart Stuttgart-West",
            "longitude": "9.1509",
            "post code": "70199",
            "latitude": "48.7582"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70199",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Rotenberg",
            "longitude": "9.2715",
            "post code": "70327",
            "latitude": "48.7833"
        },
        {
            "place name": "Stuttgart Hedelfingen",
            "longitude": "9.2557",
            "post code": "70327",
            "latitude": "48.7586"
        },
        {
            "place name": "Stuttgart Luginsland",
            "longitude": "9.2579",
            "post code": "70327",
            "latitude": "48.7931"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70327",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Wangen",
            "longitude": "9.2478",
            "post code": "70327",
            "latitude": "48.7687"
        },
        {
            "place name": "Stuttgart Stuttgart-Ost",
            "longitude": "9.2444",
            "post code": "70327",
            "latitude": "48.7726"
        },
        {
            "place name": "Stuttgart Untertürkheim",
            "longitude": "9.2509",
            "post code": "70327",
            "latitude": "48.7802"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70329",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Uhlbach",
            "longitude": "9.2788",
            "post code": "70329",
            "latitude": "48.7762"
        },
        {
            "place name": "Stuttgart Rohracker",
            "longitude": "9.2618",
            "post code": "70329",
            "latitude": "48.7618"
        },
        {
            "place name": "Stuttgart Obertürkheim",
            "longitude": "9.2683",
            "post code": "70329",
            "latitude": "48.7646"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.2177",
            "post code": "70372",
            "latitude": "48.8026"
        },
        {
            "place name": "Stuttgart Bad Cannstatt",
            "longitude": "9.2141",
            "post code": "70372",
            "latitude": "48.8056"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70374",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Bad Cannstatt",
            "longitude": "9.2141",
            "post code": "70374",
            "latitude": "48.8056"
        },
        {
            "place name": "Stuttgart Sommerrain",
            "longitude": "9.2367",
            "post code": "70374",
            "latitude": "48.8106"
        },
        {
            "place name": "Stuttgart Burgholzhof",
            "longitude": "9.2124",
            "post code": "70376",
            "latitude": "48.8137"
        },
        {
            "place name": "Stuttgart Münster",
            "longitude": "9.22",
            "post code": "70376",
            "latitude": "48.8213"
        },
        {
            "place name": "Stuttgart Bad Cannstatt",
            "longitude": "9.2141",
            "post code": "70376",
            "latitude": "48.8056"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70376",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.227",
            "post code": "70378",
            "latitude": "48.837"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70435",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Zuffenhausen",
            "longitude": "9.1656",
            "post code": "70435",
            "latitude": "48.8334"
        },
        {
            "place name": "Stuttgart Zuffenhausen",
            "longitude": "9.1938",
            "post code": "70437",
            "latitude": "48.8353"
        },
        {
            "place name": "Stuttgart Rot",
            "longitude": "9.1927",
            "post code": "70437",
            "latitude": "48.8341"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70437",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Mönchfeld",
            "longitude": "9.2192",
            "post code": "70437",
            "latitude": "48.8424"
        },
        {
            "place name": "Stuttgart Zazenhausen",
            "longitude": "9.1928",
            "post code": "70437",
            "latitude": "48.8409"
        },
        {
            "place name": "Stuttgart Freiberg",
            "longitude": "9.2049",
            "post code": "70437",
            "latitude": "48.8363"
        },
        {
            "place name": "Stuttgart Neuwirtshaus",
            "longitude": "9.1424",
            "post code": "70439",
            "latitude": "48.8357"
        },
        {
            "place name": "Stuttgart Zuffenhausen",
            "longitude": "9.1525",
            "post code": "70439",
            "latitude": "48.8412"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70439",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Stammheim",
            "longitude": "9.156",
            "post code": "70439",
            "latitude": "48.8493"
        },
        {
            "place name": "Stuttgart Feuerbach",
            "longitude": "9.1612",
            "post code": "70469",
            "latitude": "48.8098"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70469",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Zuffenhausen",
            "longitude": "9.1675",
            "post code": "70469",
            "latitude": "48.8141"
        },
        {
            "place name": "Stuttgart Giebel",
            "longitude": "9.0891",
            "post code": "70499",
            "latitude": "48.8067"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70499",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Weilimdorf",
            "longitude": "9.1123",
            "post code": "70499",
            "latitude": "48.8143"
        },
        {
            "place name": "Stuttgart Hausen",
            "longitude": "9.0829",
            "post code": "70499",
            "latitude": "48.8151"
        },
        {
            "place name": "Stuttgart Wolfbusch",
            "longitude": "9.1118",
            "post code": "70499",
            "latitude": "48.8125"
        },
        {
            "place name": "Stuttgart Bergheim",
            "longitude": "9.0897",
            "post code": "70499",
            "latitude": "48.8013"
        },
        {
            "place name": "Stuttgart Zuffenhausen",
            "longitude": "9.1685",
            "post code": "70499",
            "latitude": "48.8323"
        },
        {
            "place name": "Stuttgart Möhringen",
            "longitude": "9.1464",
            "post code": "70563",
            "latitude": "48.7258"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70563",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Vaihingen",
            "longitude": "9.103",
            "post code": "70563",
            "latitude": "48.7294"
        },
        {
            "place name": "Stuttgart Dürrlewang",
            "longitude": "9.1181",
            "post code": "70565",
            "latitude": "48.7195"
        },
        {
            "place name": "Stuttgart Fasanenhof",
            "longitude": "9.1509",
            "post code": "70565",
            "latitude": "48.7124"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70565",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Möhringen",
            "longitude": "9.1464",
            "post code": "70565",
            "latitude": "48.7258"
        },
        {
            "place name": "Stuttgart Vaihingen",
            "longitude": "9.1247",
            "post code": "70565",
            "latitude": "48.7248"
        },
        {
            "place name": "Stuttgart Rohr",
            "longitude": "9.106",
            "post code": "70565",
            "latitude": "48.7172"
        },
        {
            "place name": "Stuttgart Möhringen",
            "longitude": "9.1464",
            "post code": "70567",
            "latitude": "48.7258"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70567",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Degerloch",
            "longitude": "9.1534",
            "post code": "70567",
            "latitude": "48.7237"
        },
        {
            "place name": "Stuttgart Vaihingen",
            "longitude": "9.1097",
            "post code": "70569",
            "latitude": "48.7301"
        },
        {
            "place name": "Stuttgart Kaltental",
            "longitude": "9.1293",
            "post code": "70569",
            "latitude": "48.7383"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70569",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Büsnau",
            "longitude": "9.0798",
            "post code": "70569",
            "latitude": "48.7506"
        },
        {
            "place name": "Stuttgart Degerloch",
            "longitude": "9.1703",
            "post code": "70597",
            "latitude": "48.7496"
        },
        {
            "place name": "Stuttgart Kaltental",
            "longitude": "9.1293",
            "post code": "70597",
            "latitude": "48.7383"
        },
        {
            "place name": "Stuttgart Hoffeld",
            "longitude": "9.1739",
            "post code": "70597",
            "latitude": "48.7425"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70597",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Möhringen",
            "longitude": "9.1464",
            "post code": "70597",
            "latitude": "48.7258"
        },
        {
            "place name": "Stuttgart Sonnenberg",
            "longitude": "9.1552",
            "post code": "70597",
            "latitude": "48.7446"
        },
        {
            "place name": "Stuttgart Schönberg",
            "longitude": "9.2001",
            "post code": "70599",
            "latitude": "48.7325"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70599",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Steckfeld",
            "longitude": "9.2014",
            "post code": "70599",
            "latitude": "48.7153"
        },
        {
            "place name": "Stuttgart Birkach",
            "longitude": "9.2108",
            "post code": "70599",
            "latitude": "48.7082"
        },
        {
            "place name": "Stuttgart Plieningen",
            "longitude": "9.2107",
            "post code": "70599",
            "latitude": "48.701"
        },
        {
            "place name": "Stuttgart Asemwald",
            "longitude": "9.1932",
            "post code": "70599",
            "latitude": "48.726"
        },
        {
            "place name": "Stuttgart Hohenheim",
            "longitude": "9.2113",
            "post code": "70599",
            "latitude": "48.7118"
        },
        {
            "place name": "Stuttgart Heumaden",
            "longitude": "9.2376",
            "post code": "70619",
            "latitude": "48.7463"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70619",
            "latitude": "48.7667"
        },
        {
            "place name": "Stuttgart Lederberg",
            "longitude": "9.243",
            "post code": "70619",
            "latitude": "48.7532"
        },
        {
            "place name": "Stuttgart Sillenbuch",
            "longitude": "9.2074",
            "post code": "70619",
            "latitude": "48.7474"
        },
        {
            "place name": "Stuttgart Riedenberg",
            "longitude": "9.2134",
            "post code": "70619",
            "latitude": "48.736"
        },
        {
            "place name": "Stuttgart Flughafen",
            "longitude": "9.2121",
            "post code": "70629",
            "latitude": "48.6836"
        },
        {
            "place name": "Stuttgart",
            "longitude": "9.1833",
            "post code": "70629",
            "latitude": "48.7667"
        }
    ],
    "country": "Germany",
    "place name": "Stuttgart Stuttgart-Mitte",
    "state": "Baden-Württemberg",
    "state abbreviation": "BW"
}

So far I have done until this Step and have hard coded places as 105. I would like to now extend it, try and find out dynamically by reading the whole JSON file and using a proper logic, whereby requesting your help in that regard. I have seen the other posts on similar topics, but they are not exactly what I am after unfortunately.

pm.test("Places", function () {
    const responseJson = pm.response.json();
    pm.expect(responseJson.places[105]['post code']).to.eql("70597");
    console.log(responseJson.places[105]['place name']);
});

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật