Spaces:
Runtime error
Runtime error
| { | |
| "tasks": [ | |
| { | |
| "id": 1, | |
| "title": "Buy groceries", | |
| "description": "Milk, eggs, bread, and coffee", | |
| "due_date": "2025-04-20", | |
| "priority": "high", | |
| "status": "pending" | |
| }, | |
| { | |
| "id": 2, | |
| "title": "Finish project report", | |
| "description": "Summarize Q1 results and submit by email", | |
| "due_date": "2025-04-22", | |
| "priority": "medium", | |
| "status": "in_progress" | |
| }, | |
| { | |
| "id": 3, | |
| "title": "Call the dentist", | |
| "description": "Make an appointment for teeth cleaning", | |
| "due_date": "2025-04-19", | |
| "priority": "low", | |
| "status": "completed" | |
| }, | |
| { | |
| "id": 4, | |
| "title": "Workout session", | |
| "description": "Leg day at the gym", | |
| "due_date": "2025-04-18", | |
| "priority": "medium", | |
| "status": "pending" | |
| } | |
| ] | |
| } |