MCPcopy 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

toJSONMethod · 0.95

Tested by

no test coverage detected