Loading...
Query and explore JSON data with JSONPath expressions. Filter, traverse, and extract nested data instantly.
$Root element$.propProperty access$.a.bNested property$.arr[0]Array index$.arr[*]All array elements$.obj.*All object values$.arr[-1]Last array element$.arr[0:2]Array slice$.arr[?(@.x)]Filter: has property