JSONPath tester
Write a JSONPath expression and watch the matches update as you type — wildcards, slices, recursive descent and filter expressions all supported.
Supports $ .key ['key'] [0] [*] [1:5] .. and filters like [?(@.price < 10 && @.inStock)]. ⌘/Ctrl + Enter runs it again. Everything happens in this browser — nothing is uploaded.