Using the book store example. $..title This returns titles $..* This returns everything Is there a way to return just titles and price?
Using the book store example.
$..title
This returns titles
$..*
This returns everything
Is there a way to return just titles and price?