Path Tester
Test path queries against structured data — run an XPath 1.0 expression over XML or a JSONPath expression over JSON and see every matching node with its type and path. XML is parsed with external entities disabled.
1 matching nodes
-
Element title
<title>Clean Code</title>
3 matching nodes
-
string $.store.book[0].author
"Nigel Rees" -
string $.store.book[1].author
"Evelyn Waugh" -
string $.store.book[2].author
"Herman Melville"