Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/upstash/jstack
/ parseSuperJSON
Function
parseSuperJSON
packages/jstack/src/server/middleware/utils.ts:3–9 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
1
import
superjson from
"superjson"
2
3
export
const
parseSuperJSON = (value: string) => {
4
try {
5
return
superjson.parse(value)
6
} catch {
7
return
value
8
}
9
}
Callers
2
queryParsingMiddleware
Function · 0.90
bodyParsingMiddleware
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected