Skip to content

Function: renderJson()

ts
function renderJson(entries): string;

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

Serialize the model to a pretty JSON string.

Parameters

entries

readonly CssDocEntry[]

Returns

string

Released under the MIT License