Back to browse
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 views0 copies
Prompt
Return the following information as JSON:
{
"name": "string",
"age": "number",
"city": "string"
}
Text: "John is 32 years old and lives in Seattle."Replace text in [BRACKETS] with your own values before pasting.