Skip to content
uxTools
Data & Formats

JSONPath / JMESPath Playground

Useful for checking payload paths, quick filters, and repeated extraction rules during API work.

JSON query editor

Paste JSON, switch query language, and iterate on extraction expressions quickly.

Result

Copy the query result once the expression is returning what you expect.

JSONPath currently supports the workspace path syntax used in the JSON workbench.
[
  "Ada",
  "Lin"
]