Unit 'JsonComparer' Package
[Overview][Classes][Index] [#fcl]

TJSONComparer.create

Creates a new JSON comparer instance

Declaration

Source position: jsoncomparer.pp line 45

public constructor TJSONComparer.create(

  aErrors: TStrings

);

Arguments

aErrors

  

String list to collect comparison error messages

Description

Creates a new TJSONComparer instance with the specified error collection. The aErrors parameter must provide a valid TStrings object where comparison differences will be reported. The Epsilon property is initialized to 1E-8 for floating-point comparison tolerance.

See also

Epsilon

  

Floating-point comparison tolerance

Compare

  

Compares two JSON data structures


Documentation generated on: Mar 10 2026