Skip to main content
Skip table of contents

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  
    }
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.