I want to get a list of 3 objects inside a json file in the format bellow :
My results list contains 3 items but when I use "$..*" JSON expression to query all the items inside it returns me 34 elements as a result of a count am I missing something in the formula please ?
I just tried $.d.results[*].Name and it is returning in the query json 0 as a count of the output collection elements... Am I missing something in the query json ?