AiPromptss

Basic JSON Mode

Return the following information as JSON: { "name": "string", "age": "number", "city": "string" } Text: "John is 32 years old and lives in Seattle."

Added May 19, 20260 runs
Prompt
Return the following information as JSON:
{
  "name": "string",
  "age": "number",
  "city": "string"
}

Text: "John is 32 years old and lives in Seattle."