MCPcopy Create free account
hub / github.com/DTStack/molecule / flatObject2JSONString

Method flatObject2JSONString

src/services/settingsService.ts:178–180  ·  view source on GitHub ↗
(obj: object)

Source from the content-addressed store, hash-verified

176 }
177
178 public flatObject2JSONString(obj: object): string {
179 return this.toJSONString(this.flatObject(obj));
180 }
181
182 public toJSONString(obj: object, space: number = 4): string {
183 try {

Callers 1

openSettingsInEditorMethod · 0.95

Calls 2

toJSONStringMethod · 0.95
flatObjectMethod · 0.95

Tested by

no test coverage detected