image-data-extractor / data /templates /todo-list.json
electblake
refactor(samples): load named JSON presets from files
e62015b
Raw
History Blame Contribute Delete
187 Bytes
{
"todos": [
{
"status": ["completed", "pending"],
"description": "string",
"related_file": "verbatim-string",
"related_cell": "verbatim-string"
}
]
}