Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ isJson
Function
isJson
packages/effect/src/SchemaAST.ts:4260–4262 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
4258
* @internal
4259
*/
4260
export
function
isJson(u: unknown): u is Schema.Json {
4261
return
isTree(u, isJsonLeaf)
4262
}
4263
4264
/** @internal */
4265
export
const
Json =
new
Declaration(
Callers
1
SchemaAST.ts
File · 0.85
Calls
1
isTree
Function · 0.85
Tested by
no test coverage detected