Back
Cost:L2
|
Reward:L+4
gpt-4.1-mini

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.

Prompt Editor