I'm trying to do something like this, bit is not working fine, I don't get how to import "from" statically from the JsonPath class, that says I should do here:
// "from" is statically imported from the JsonPath class
List<String> bookTitles = from(response).getList("store.book.findAll { it.price < 10 }.title");
I'm having this error:
"cannot find symbol symbol: method from(java.lang.String)"
Someone would help me please?, thanks in advance :)