JSON Pointer Extractor

Extract a value from JSON using an RFC 6901 JSON Pointer path such as /items/0/name.

Status -
Value type -
Pointer -

Enter the example value or paste your own input, choose the mode when one is available, and read the first result card for the direct answer. The output area gives a copyable block for code reviews, documentation, API tests, classwork or troubleshooting notes.

What the result means

JSON Pointer uses slash-separated keys and numeric array indexes. The output shows the selected value as formatted JSON.

What is not included

This is JSON Pointer, not full JSONPath. Filters, wildcards and recursive search are not supported.

Privacy note

The calculation runs in your browser. Avoid pasting production secrets, credentials, private keys, customer data or regulated personal data unless your own policy allows browser-based tools.