Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/BrainJS/brain.js
/ toJSONString
Method
toJSONString
src/recurrent/rnn.js:460–462 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
458
}
459
460
toJSONString() {
461
return
JSON.stringify(this.toJSON());
462
}
463
464
fromJSON(json) {
465
const
defaults = this.constructor.defaults;
Callers
nothing calls this directly
Calls
1
toJSON
Method · 0.95
Tested by
no test coverage detected