JSON Pointer Query
Resolve RFC 6901 paths against JSON
—
RFC 6901 splits on /, with two escapes inside a segment: ~1 is a literal / and ~0 a literal ~. Unescape ~1 before ~0, otherwise ~01 wrongly becomes /. An empty pointer means the whole document, while / means the member whose key is the empty string — not the same thing.
All processing happens locally in your browser. Your data is never uploaded to a server.