How It Works
It validates that:- Structure: The output matches the required JSON keys and types.
- Logic: The numeric values inside the JSON are mathematically consistent (e.g.,
total == sum(items)).
Usage
When to use
- Invoice Processing: Ensure line items sum to the total.
- Financial Reports: Ensure balance sheets balance.
- Tax Forms: Ensure calculated fields match underlying data.