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

Reference for unit 'JsonComparer'

JSON data structure comparison utility

uses

  System,

  Classes,

  sysutils,

  fpJson;

  

JSON support for Free Pascal.

Overview

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.


Documentation generated on: Mar 09 2026