Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/loggerhead/json4u
/ valid
Method
valid
src/lib/parser/tree.ts:87–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
valid() {
88
return
this.root() && !this.hasError();
89
}
90
91
root() {
92
return
this.node(rootMarker);
Callers
11
findNodeAtOffset
Method · 0.95
createGraph
Function · 0.80
urlToJSON
Function · 0.80
pythonDictToJSON
Function · 0.80
parseAndFormat
Function · 0.80
buildTableGrid
Function · 0.80
isTreeValid
Method · 0.80
parseAndSet
Method · 0.80
getNodeAtPosition
Method · 0.80
prettyFormatWithFallback
Function · 0.80
JsonPath
Function · 0.80
Calls
2
root
Method · 0.95
hasError
Method · 0.95
Tested by
no test coverage detected