Skip to content

JSON Path Notation Converter

Convert between JSONPath (\$.store.book[0].title), JSON Pointer (/store/book/0/title), and JMESPath (store.book[0].title) query notations. Paste an expression and specify its format.

Input

text
loading editor…

Paste expression on line 1, format on line 2 (jsonpath, jsonpointer, or jmespath)...
or drop a file anywhere in this pane

Output

text

Converted notations will appear here...
press to convert

What Is This Tool?

Convert between JSONPath, JSON Pointer (RFC 6901), and JMESPath query notations. JSONPath is commonly used in JavaScript, JSON Pointer in REST APIs and JSON Schema, and JMESPath in AWS CLI and Azure CLI.

How to Use

  1. Paste a JSON path expression on the first line.
  2. On the second line, specify the format: jsonpath, jsonpointer, or jmespath.
  3. Click Convert to see all three notations side by side.

Frequently Asked Questions

Is this tool safe?

Yes. Processing is 100% client-side with no server upload.