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

Method asJsonSubset

external/.scrollLibs.js:16119–16121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16117 return this.map(particle => particle._toYamlAssociativeArrayElement(indentLevel))
16118 }
16119 get asJsonSubset() {
16120 return JSON.stringify(this.toObject(), null, " ")
16121 }
16122 _toObjectForSerialization() {
16123 return this.length
16124 ? {

Callers

nothing calls this directly

Calls 1

toObjectMethod · 0.95

Tested by

no test coverage detected