Here is the JSON I have and I would like to get the ID Value using a Filter (JSONPath)
[{"ID":1}]
I cannot modify my input.
I tried a lot of things and did a lot of researches but say that I need to give my array a name.
I found the solution I had to use $.[0].ID
I found the solution I had to use $.[0].ID