Unit 'fpJsonApply' Package
[Overview][Types][Classes][Index] [#fcl]

TJSONApplier.Formatted

Controls whether output JSON is formatted with indentation and line breaks

Declaration

Source position: fpjsonapply.pp line 93

published property TJSONApplier.Formatted : Boolean
  read FFormatted
  write FFormatted;

Description

The Formatted property controls whether the JSON output is formatted with indentation and line breaks for better readability. When True, the output JSON is formatted with proper indentation. When False, the output JSON is written as a compact string without formatting. This property affects the output when writing to the DestFileName. The default value is False.

See also

TJSONApplier.DestFileName

  

Filename to write the destination JSON to after merging

TJSONApplier.Execute

  

Executes the JSON merge operation from apply JSON to source JSON


Documentation generated on: Jan 27 2026