Hello,
I am trying to solve a couple of exercises with what is shown and taught in the previous video lesson “Introduction to JSON PATH”, but I cannot make it work.
The lessons shows this filter type
$.car.wheels[?(@.location == “rear-right”)].model
But it does not work in the lab. One example below:
What am I missing? Thanks


