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
- Paste JSON.
- Enter a pointer starting with / (empty for root).
- View the resolved value.
Examples
Nested field
/user/profile/roles/0
"admin"