Test JSONPath without leaving your browser
Paste a JSON document, type a JSONPath expression, and instantly see which values it selects. Useful for building API integrations, debugging config files, or learning how JSONPath traversal works.
Supports dot notation ($.store.open), bracket notation ($["store"]), array
indices ($.books[0], $.books[-1]) and the * wildcard. All evaluation runs
client-side — your JSON is never uploaded anywhere.