Creates a new JSON comparer instance
Source position: jsoncomparer.pp line 45
public constructor TJSONComparer.create( |
aErrors: TStrings |
); |
aErrors |
|
String list to collect comparison error messages |
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.
|
Floating-point comparison tolerance |
|
|
Compares two JSON data structures |