JSON Path Value Extractor
mediumPrompt11 tests
The API returns deeply nested JSON and your frontend team is tired of writing obj.data.results[0].user.email. Build a path extractor: give it JSON and a dot-notation path, get back just the value. No wrapper, no quotes around strings, just the raw value.