Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alecthomas/devtodo2
/ NewJSONIO
Function
NewJSONIO
jsonio.go:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
func
NewJSONIO() TaskListIO {
31
return
&jsonIO{}
32
}
33
34
func
(j *jsonIO) Deserialize(reader io.Reader) (tasks TaskList, err error) {
35
decoder := json.NewDecoder(reader)
Callers
4
loadTaskList
Function · 0.92
saveTaskList
Function · 0.92
load
Method · 0.92
save
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected