Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Semporia/Scripts
/ getjson
Method
getjson
jd_superMarket.js:2170–2178 ·
view source on GitHub ↗
(t, e)
Source
from the content-addressed store, hash-verified
2168
}
2169
2170
getjson(t, e) {
2171
let
s = e;
2172
const
i = this.getdata(t);
2173
if
(i) try {
2174
s = JSON.parse(this.getdata(t))
2175
} catch {
2176
}
2177
return
s
2178
}
2179
2180
setjson(t, e) {
2181
try {
Callers
nothing calls this directly
Calls
1
getdata
Method · 0.45
Tested by
no test coverage detected