1. Verify Nested User Property
Background
A developer needs to ensure a user object contains a nested 'settings' object before applying default configurations.
Problem
The developer is unsure if the 'settings' key exists in the user object.
How to use
Input the user JSON object and set the path to 'user.settings'.
Input: {"user": {"settings": {"theme": "dark"}}}, Path: user.settingsOutcome
The tool returns 'true', confirming the path exists.