Implicit Variant conversions does not work for a value used as a key for an associative array

Issue #244 resolved
Josef Kučera created an issue

Hello,
I have discovered a minor inconvenience. If I work with a JSON object using its values as an associative array keys, it fails silently (compiles fine, but a bogus hash is computed, resulting in an array search malfunction). The new failing test is attached.

Best regards,
Joe

Comments (1)

  1. Log in to comment