Home > @rushstack/node-core-library > IJsonFileStringifyOptions
IJsonFileStringifyOptions interface
Options for JsonFile.stringify()
Signature:
export interface IJsonFileStringifyOptions extends IJsonFileParseOptions
Extends: IJsonFileParseOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | (Optional) If specified, this header will be prepended to the start of the file. The header must consist of lines prefixed by "//" characters. | ||
boolean | (Optional) By default, JsonFile.stringify() validates that the object does not contain any keys whose value is | ||
(Optional) If provided, the specified newline type will be used instead of the default | |||
boolean | (Optional) If true, then the "jju" library will be used to improve the text formatting. Note that this is slightly slower than the native JSON.stringify() implementation. |