Query JSON with JSONPath expressions interactively
$
$.store.book[0].title
$.store.book[*]
$.store.*
$.store.book[0:2]