I am trying to retrieve data from a json response

Hi I am trying to do in postman what I can do in SOAPUI

{
β€œCode”: β€œ{Code}", "Temp": {Request#Response#['Content']['{StartDate}’][’{day}'][8]['Temp']}, "DiaryDate": "{Request#Response#['Content']['{StartDate}’][’{day}'][8]['ADate']}", "day": "{day}”,
β€œLength”: 1,
}

Global variables
{StartDate} {day}

[8] is the object in the array

ADate is the data I need

Any help would be great

In Postman variables are resolved if you use this syntax:

{{Code}}