MCPcopy Create free account
hub / github.com/breck7/scroll / fromJson

Method fromJson

external/.scrollLibs.js:17636–17638  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

17634 return newParticle
17635 }
17636 static fromJson(str) {
17637 return this.serializedParticleToParticle(JSON.parse(str))
17638 }
17639 static fromGridJson(str) {
17640 const lines = JSON.parse(str)
17641 const language = new Particle()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected