JSON Path Tester

Test JSONPath expressions against JSON data. See matched values in real-time.

How to use: Paste JSON and enter a JSONPath expression to query and extract data.

$.store.books[0].title
Book A
$.store.books[1].title
Book B