Extract JSON Key Paths

List all object keys and array indices as JSON Pointer paths.

Convert in your browser · No sign-up

Includes parent paths as well as leaves. Escapes / as ~1 and ~ as ~0. Maximum nesting depth is 80.

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. List all object keys and array indices as JSON Pointer paths.
  2. Choose the mode or options, then run the tool.
  3. Review the result, then copy or download the TXT file.

Example

{"user":{"name":"Ada"}} → /user
/user/name

Details and limitations

Includes parent paths as well as leaves. Escapes / as ~1 and ~ as ~0. Maximum nesting depth is 80.

Text stays in your browser; it is not sent to a conversion server.

FAQ

Extract JSON Key Paths — What are the supported inputs and limits?

Includes parent paths as well as leaves. Escapes / as ~1 and ~ as ~0. Maximum nesting depth is 80.

Format references

Tool page updated: