JSON Pointer Lookup
Find a value in a JSON document using an RFC 6901 pointer.
Convert in your browser · No sign-up
How to use
- Find a value in a JSON document using an RFC 6901 pointer.
- Choose the mode or options, then run the tool.
- Review the result, then copy or download the TXT file.
Example
/users/0/name → "Ada"
Details and limitations
Use /users/0/name; ~1 represents / and ~0 represents ~. An empty pointer selects the root. Missing paths are rejected.
Text stays in your browser; it is not sent to a conversion server.
FAQ
JSON Pointer Lookup — What are the supported inputs and limits?
Use /users/0/name; ~1 represents / and ~0 represents ~. An empty pointer selects the root. Missing paths are rejected.
Related tools
Format references
Tool page updated: