OliverTED opened this issue 2 years ago · 0 comments
Here is a minimal working example, which is broken. Is this already fixed?
munchify((1,2,[{'A': 'B'}])) Result: (1, 2, [Munch({'A': 'B'}), Munch({'A': 'B'})]) Expected: (1, 2, [Munch({'A': 'B'})])