24 lines
471 B
JSON
24 lines
471 B
JSON
{
|
|
"habits": {
|
|
"exercise": {
|
|
"description": "Daily workout",
|
|
"created": "2026-01-30T23:26:33.660592",
|
|
"active": true
|
|
},
|
|
"reading": {
|
|
"description": "Read 30 min",
|
|
"created": "2026-01-30T23:26:33.686635",
|
|
"active": true
|
|
},
|
|
"journal": {
|
|
"description": "Write daily notes",
|
|
"created": "2026-01-30T23:26:33.714573",
|
|
"active": true
|
|
}
|
|
},
|
|
"log": {
|
|
"2026-01-30": [
|
|
"journal"
|
|
]
|
|
}
|
|
} |