Extract structured JSON
Extract data from the text below.
Return ONLY valid JSON (no markdown, no comments).
Schema:
{
"people": [
{
"name": "string",
"role": "string|null",
"email": "string|null"
}
],
"dates": ["YYYY-MM-DD"]
}
Rules:
- If missing, use null (do not invent).
- If a date is ambiguous, omit it.
Text:
"""[paste here]"""
Before finalizing, validate that the output is valid JSON and matches the schema.Opens on home with the prompt prefilled.
Open in Promptea