Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/agents
/ readJson
Method
readJson
packages/shell/src/memory.ts:124–126 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
122
}
123
124
async
readJson(path: string): Promise<unknown> {
125
return
parseJsonFileContent(
await
this.readFile(path), path);
126
}
127
128
async
writeJson(
129
path: string,
Callers
2
queryJson
Method · 0.95
updateJson
Method · 0.95
Calls
2
readFile
Method · 0.95
parseJsonFileContent
Function · 0.90
Tested by
no test coverage detected