Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/loggerhead/json4u
/ toObject
Method
toObject
src/lib/parser/tree.ts:83–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
}
82
83
toObject(): TreeObject {
84
return
Tree.assign({} as TreeObject, this);
85
}
86
87
valid() {
88
return
this.root() && !this.hasError();
Callers
4
parseAndFormat
Function · 0.80
useOnFile
Function · 0.80
onClickPreview
Function · 0.80
convert
Function · 0.80
Calls
1
assign
Method · 0.80
Tested by
no test coverage detected