generationStyle

Type: Integer

The generationStyle property of the JadeJson class specifies whether dynamically generated output is formatted. By default, dynamically generated output is not formatted.

The formatting styles that can be applied to the generated output are represented by the JadeJson class constants listed in the following table.

Constant Description Integer Value
Style_Compact Compact (that is, unformatted) output 0
Style_Indented Indented output 1

2025.0.01 and higher