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

TJSONApplier.CaseInsensitive

Controls whether property name matching is case sensitive

Declaration

Source position: fpjsonapply.pp line 87

published property TJSONApplier.CaseInsensitive : Boolean
  read FCaseInsensitive
  write FCaseInsensitive;

Description

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.

See also

TJSONApplier.Execute

  

Executes the JSON merge operation from apply JSON to source JSON

TJSONApplier.RemoveNonExisting

  

Controls whether to remove properties from source that do not exist in apply JSON


Documentation generated on: Jan 27 2026