mapstructure icon indicating copy to clipboard operation
mapstructure copied to clipboard

Fix: Wrong target type restriction when decoding struct to map

Open mullerch opened this issue 2 years ago • 0 comments

This allows to map structures into typed maps. The typed map type must match the structure type.

Test have been added.

Fixes #311

mullerch avatar Oct 31 '22 14:10 mullerch