JSON data structure comparison utility
uses |
||
|
JSON support for Free Pascal. |
This unit provides the TJSONComparer class for comparing JSON data structures. The comparer performs deep comparison of JSON objects, arrays, and primitive values, reporting differences with path information. Floating-point values can be compared with configurable tolerance via the Epsilon property.