Some of the alternate mapping examples use []string instead of []interface{} and therefor silently do not behave as expected.
We should remove these alternate mapping examples here as they do not get proper testing. Consider creating a new repo solely to host these examples, and include unit tests in these examples to ensure they don't break.
Some of the alternate mapping examples use []string instead of []interface{} and therefor silently do not behave as expected.
We should remove these alternate mapping examples here as they do not get proper testing. Consider creating a new repo solely to host these examples, and include unit tests in these examples to ensure they don't break.