This is a legacy products documentation website. We have now released DeltaNova 2026.1.0.0 which brings all DeltaXignia Compare, Merge and check solutions together along with new unstructured comparisons of PDF, Microsoft Word, Microsoft Powerpoint documents. Please visit for more details - DeltaNova Documentation
DeltaJSON

Boolean Comparisons

Boolean

In JSON true and false are separate values, but most developers consider them in the same way booleans are treated in other languages. We match true against false:

Input A

true

Input B

false

dx_deltaJSON_delta

JSON
{
  "dx_delta": {
    "A": true,
    "B": false  
    }
}