1. Extracting User Email
DeveloperBackground
An API returns a complex user object containing nested profile and contact information.
Problem
Need to quickly isolate the user's email address without manually parsing the entire JSON string.
How to use
Paste the full JSON into the Input field and set the Path to 'contact.email'.
Path: contact.emailOutcome
The tool returns the specific email string found at that path.