Home > @rushstack/node-core-library > IJsonFileStringifyOptions > prettyFormatting
IJsonFileStringifyOptions.prettyFormatting property
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.
Signature:
prettyFormatting?: boolean;