Controls whether output JSON is formatted with indentation and line breaks
Source position: fpjsonapply.pp line 93
published property TJSONApplier.Formatted : Boolean |
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.
|
Filename to write the destination JSON to after merging |
|
|
Executes the JSON merge operation from apply JSON to source JSON |