Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/json-editor/json-editor
/ render
Method
render
docs/scripts/ajv-validator.js:892–894 ·
view source on GitHub ↗
(opts)
Source
from the content-addressed store, hash-verified
890
}
891
class
BlockNode extends ParentNode {
892
render(opts) {
893
return
"{"
+ opts._n + super.render(opts) +
"}"
+ opts._n;
894
}
895
}
896
class
Root extends ParentNode {
897
}
Callers
nothing calls this directly
Calls
1
render
Method · 0.45
Tested by
no test coverage detected