MCPcopy
hub / github.com/basecamp/trix / toJSONString

Method toJSONString

src/trix/core/object.js:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 contentsForInspection() {}
37
38 toJSONString() {
39 return JSON.stringify(this)
40 }
41
42 toUTF16String() {
43 return UTF16String.box(this)

Callers 1

serialization.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected