How to use this tool
- Paste JSON and enter a pointer; leave the pointer empty to select the root.
- Run Resolve JSON Pointer to return the selected JSON value.
- Review the result and diagnostics before copying or downloading.
Select one object member, array item, or the root value with an unambiguous standard pointer.
Resolve an RFC 6901 pointer against JSON with correct ~0 and ~1 decoding.
Select one object member, array item, or the root value with an unambiguous standard pointer.
{"profile":{"display/name":"Ada","role~level":"admin"},"items":[10,20]}/profile/display~1name
"Ada"
No. The engine runs in your browser and applies local resource limits.
The tool reports a diagnostic and does not keep stale output.
It returns the exactly addressed JSON value as typed JSON.
It supports plain and # URI-fragment pointers, but not wildcards or JSONPath expressions.