which of the following is a valid jsonpath expression?( )
/.store.book[0].title/*
$.store.book[0].title
//store.book[0].title
$..store.book[0].title
which of the following is a valid jsonpath expression?( )
/.store.book[0].title/*
$.store.book[0].title
//store.book[0].title
$..store.book[0].title