JSON Formatter & Validator

Format, validate, and query JSON with JSONPath

JSON Input
JSONPath Filter
Examples

JSONPath Syntax

$Root object
$.keyObject property
$[0]Array index
$[*]All array items
$..keyRecursive search
[?(@.x<5)]Filter expression