Retrieve results from a Json string

Ok @supermanPunch Thanks.

In some cases like below -

{
    "Output": [
        {
            "Desc": "Crew Hiring Forecast processing for August  has stalled",
            "Display": "",
            "start_date": "",
            "description": "Crew Hiring Forecast processing for August  has stalled at File4",
            "end_date": ""
        }
    ]
}

The display attribute comes empty in case of blank values then if I am using

jobj("Output")(0)("display_value").ToString

It is failing due to attributes missing. Can you please guide handling this scenario?

Thanks