Tilda has multiple evidence values with the same key (tilsynsrapporter). This caused issue with envelope=false, as that made use of a hash table to serialize the evidence values before applying jmespath expression.
Adding a custom converter that serializes a keyvaluepair list to the same result as a hashtable would. This means the json can have duplicate properties, which isn't malformed, but not exactly the best practice either, but it will behave as expected
Description
Tilda has multiple evidence values with the same key (tilsynsrapporter). This caused issue with envelope=false, as that made use of a hash table to serialize the evidence values before applying jmespath expression.
Adding a custom converter that serializes a keyvaluepair list to the same result as a hashtable would. This means the json can have duplicate properties, which isn't malformed, but not exactly the best practice either, but it will behave as expected
https://github.com/data-altinn-no/core/issues/10
Documentation