Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
openSettingsInEditor
Method · 0.95
Calls
2
toJSONString
Method · 0.95
flatObject
Method · 0.95
Tested by
no test coverage detected