Floating-point comparison tolerance
Source position: jsoncomparer.pp line 48
public property TJSONComparer.Epsilon : Double |
Epsilon specifies the tolerance used when comparing floating-point JSON numbers. Two floating-point values are considered equal if their absolute difference is less than or equal to Epsilon. The default value is 1E-8, providing reasonable precision for most JSON numeric comparisons. This property can be adjusted to accommodate different precision requirements.
|
Compares two JSON data structures |
|
|
Creates a new JSON comparer instance |