12 lines
334 B
JSON
12 lines
334 B
JSON
{
|
|
"todo":[
|
|
|
|
{"name":"wheezebob","words":"wheezer","color":"undefined",
|
|
"status":"inactive","comments":"need to define color","issue_date":"8/29/2023"}
|
|
],
|
|
"done":[
|
|
{"name":"iceyrazor","words":"SWD","color":"pink",
|
|
"comments":"public buyable map 2777B","issue_date":"8/31/2023","finished_date":"8/31/2023"}
|
|
]
|
|
}
|