1. Verify User Profile Field
Background
A developer is processing a large user dataset and needs to confirm if the 'email' field exists inside the 'contact' object for every entry.
Problem
Manually scanning large JSON files to check for missing keys is error-prone.
How to use
Paste the user JSON into the input and enter 'contact.email' into the path field.
Input: {"id": 1, "contact": {"email": "[email protected]"}}, Path: contact.emailOutcome
The tool returns 'true', confirming the field is present.