JSON Path Extract
Paste a JSON document, type a dot-notation path, and get the nested value as clean, formatted JSON. No manual cutting — no bracket errors.
JSON Path Extract
Paste a full JSON and specify a dot-notation path to extract a sub-tree cleanly. No manual cutting — no missing brackets.
Path syntax examples
data.bookies.plNavigate nested objects with dots.orders.0.priceAccess array elements by index (0-based).users.0.address.cityCombine both — objects and arrays in one path.(empty)Leave the path empty to pretty-print the entire document.Why use this instead of cutting manually?
When you copy a nested object by hand from a large JSON file, you almost always end up with mismatched brackets. This tool navigates to exactly the value you want and returns it as valid, formatted JSON — ready to copy or download.
Got broken JSON from a manual cut? JSON Repair →