ToolsCandy

JSON Pointer Evaluator — RFC 6901

Resolve JSON Pointer paths like /user/profile/city against JSON documents. Supports RFC 6901 escape sequences (~0, ~1).

Your data never leaves your browser

JSON document
JSON Pointer (RFC 6901)
Resolved value

About this tool

RFC 6901Instant resolveExample pointersCopy resultFullscreen

How to use

  1. Paste JSON.
  2. Enter a pointer starting with / (empty for root).
  3. View the resolved value.

Examples

Nested field

/user/profile/roles/0
"admin"

FAQ