Skip to content

Function: writeJson()

ts
function writeJson(options): WriteJsonResult;

Defined in: emitters/json/src/index.ts:64

Write the model to outDir/model.json (and optionally per-record files, an index, and the schema).

Parameters

options

WriteJsonOptions

Returns

WriteJsonResult

Released under the MIT License