JSON Pointer Lookup

Find a value in a JSON document using an RFC 6901 pointer.

Convert in your browser · No sign-up

Use /users/0/name; ~1 represents / and ~0 represents ~. An empty pointer selects the root. Missing paths are rejected.

Up to 100,000 UTF-16 units per input and 1,000,000 per result. See the supported formats and examples below.

How to use

  1. Find a value in a JSON document using an RFC 6901 pointer.
  2. Choose the mode or options, then run the tool.
  3. 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.

Format references

Tool page updated: