MCPcopy Create free account
hub / github.com/dataform-co/dataform / prettyJsonStringify

Function prettyJsonStringify

cli/api/utils.ts:7–9  ·  view source on GitHub ↗
(obj: object)

Source from the content-addressed store, hash-verified

5import { dataform } from "df/protos/ts";
6
7export function prettyJsonStringify(obj: object) {
8 return JSON.stringify(obj, null, 4) + "\n";
9}
10
11export function readDataformCoreVersionFromWorkflowSettings(
12 resolvedProjectPath: string

Callers 3

printCompiledGraphFunction · 0.90
printExecutionGraphFunction · 0.90
runCliFunction · 0.90

Calls 1

stringifyMethod · 0.80

Tested by

no test coverage detected