Controls whether property name matching is case sensitive
Source position: fpjsonapply.pp line 87
published property TJSONApplier.CaseInsensitive : Boolean |
The CaseInsensitive property controls whether property names are matched case-sensitively during the merge operation. When True, property names are compared ignoring case differences. When False, property names must match exactly including case. The default value is False.
|
Executes the JSON merge operation from apply JSON to source JSON |
|
|
Controls whether to remove properties from source that do not exist in apply JSON |