Checking a value in a nested JSON using Postman
问题 I have a nested JSON returned from an API that I am hitting using a GET request, in POSTMAN chrome app. My JSON looks like this "result": [ { "_id": "some_id", "name": "India", "code": "IN", "link": "http://www.india.info/", "closingTime": "2017-02-25T01:12:17.860Z", "openingTime": "2017-02-25T06:12:17.205Z", "image": "image_link", "status": "online", "serverStatus": "online", "games": [ { "_id": "some_game_id1", "name": "Cricket" }, { "_id": "some_another_id1", "name": "Baseball" }, { "_id":