``` >>> import jsonata >>> jsonata.Jsonata("true = 1").evaluate({}) True >>> ``` instead should be ``` >>> import jsonata >>> jsonata.Jsonata("true = 1").evaluate({}) False >>> ``` can confirm here that this is the wrong behavior https://try.jsonata.org/