The JSON Value Extractor lets you pull out specific values from a JSON object or array using a dot-notation key path (e.g. `user.address.city` or `items[0].name`). Paste your JSON, enter the key path, and extract the value or values instantly.
No need to write a script just to pull a value out of JSON. Enter the path, get the value. To list all keys in a JSON structure, try the JSON Key Extractor.
Nested path
Input
{"user":{"name":"Alice","city":"London"}}Output
Path: user.city → "London"
Beautify, minify, and validate JSON with syntax highlighting.
Extract all unique keys from a JSON object or array.
Escape special characters for JSON strings, or unescape JSON string values.
Extract all email addresses from any block of text.
Extract all hashtags from social media posts or any text.
Strip HTML tags and extract the plain text content.