Liveautomationshipped v1.0.0
JSON Path Evaluator
Evaluate JSONPath expressions against JSON data in real-time. Paste your JSON, write a path expression, and instantly see all matching values highlighted. Includes a cheat sheet for JSONPath syntax, support for filters, recursive descent, and array slicing.
jsonjsonpathqueryfilterdata
JSON
results (3)
[ "Tolkien", "Eko", "Adams" ]
Syntax cheatsheet
$root.prop / ['prop']child property..recursive descent*wildcard[n]array index (negative supported)[start:end]array slice[?(@.key==value)]filter expression🔒 Subset of JSONPath supported. Filter operators: == != < > <= >=.