Decoder incorrectly adds named item to array result #220
Labels
bug
Verified to be an issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
When decoding an array of tuples, the name of the array is used as the name of the first array item in the resulting datastructure.
It is expected that the structure of the result would be
result.items[0]
andresult.items[1]
.Note: One can simply ignore the
result.items.items
but it is confusing when looking at the data in a debugger or printing it. And as always, it is a bug so could cause other problems down the road if not fixed.The text was updated successfully, but these errors were encountered: