Controls whether to overwrite properties when types differ between source and apply JSON
Source position: fpjsonapply.pp line 82
published property TJSONApplier.ForceCorrectType : Boolean |
The ForceCorrectType property determines the behavior when a property exists in both source and apply JSON objects but with different data types. When True, the property in the source is deleted and replaced with the property from the apply JSON. When False, properties with different types are handled according to their specific types (objects are merged recursively). The default value is False.
|
Executes the JSON merge operation from apply JSON to source JSON |
|
|
Controls whether property name matching is case sensitive |