JSON path expression

Hello Team,

I have JSON response like below:

{

“6”: {

“totalExecutions”: 0,

“description”: “”,

“executionSummaries”: {

“executionSummary”: []

}

},

“417”: {

“totalExecutions”: 0,

“description”: “”,

“executionSummaries”: {

“executionSummary”: []

}

},

“578”: {

“totalExecutions”: 0,

“description”: “”,

“executionSummaries”: {

“executionSummary”: []

}

},

“-1”: {

“totalExecutions”: 0,

“description”: “”,

“executionSummaries”: {

“executionSummary”: []

}

},

“recordsCount”: 4

}

I want to fetch the highlighted values form it by using JSON path expression.

Kindly help me in solving this issue.

Thanks in advance…!!