Skip to content

Issues: mitchellh/mapstructure

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Pre-decode hook?
#54 opened Oct 5, 2016 by tejasmanohar updated Oct 5, 2016
Provide more info to the hook funcs
#122 opened May 16, 2018 by bep updated May 17, 2018
Return metadata about structures
#209 opened Oct 30, 2020 by sagikazarmark updated Dec 2, 2020
Allowed hook to skip the decode
#224 opened Dec 17, 2020 by wenerme updated Jan 5, 2021
Extract detailed error information
#239 opened Feb 20, 2021 by Turanic updated Feb 26, 2021
Add config to error if field is NOT set enhancement
#7 opened Nov 22, 2013 by mitchellh updated Apr 16, 2021
DecodeHooks not called when decoding struct to map
#246 opened Apr 30, 2021 by tobiasbeck updated Apr 30, 2021
feat: support squash embedded struct pointers on config
#235 opened Jan 27, 2021 by chengxuncc updated Jan 8, 2022
Omitempty fields bug
#234 opened Jan 25, 2021 by guillermo-menjivar updated Apr 20, 2022
decodeMapFromSlice() doesn't accumulate errors in a loop bug
#195 opened Jun 5, 2020 by leventov updated Apr 20, 2022
Using mapstruct to update one value in the struct at a time
#285 opened May 8, 2022 by tobiasehlert updated May 8, 2022
Add post-decode hook
#253 opened Sep 15, 2021 by janslow updated May 17, 2022
feat: squash with prefix
#288 opened May 26, 2022 by kamilsk updated May 26, 2022
Implement JSON like unmarshaling interface
#115 opened Apr 18, 2018 by tubocurarin updated Jun 17, 2022
2
7
decode do not zero the field
#299 opened Aug 10, 2022 by cuiweixie updated Aug 10, 2022
Calling "decode" from hooks
#298 opened Jul 30, 2022 by vincentbernat updated Aug 14, 2022
Proposal: add generic Unmarshaler interface
#304 opened Sep 2, 2022 by andig updated Sep 2, 2022
How to fix shadowing introduced by decodeBasic in v1.3.2?
#290 opened May 30, 2022 by ubiuser updated Sep 22, 2022
Unable to decode single-dimension json array
#308 opened Oct 7, 2022 by AlastairDewar updated Oct 7, 2022
Unrelated example
#310 opened Oct 23, 2022 by Chinwendu20 updated Oct 23, 2022
Decode into map with case insensitive keys
#306 opened Sep 17, 2022 by andig updated Oct 27, 2022
Wrong target type restriction when decoding struct to map
#311 opened Oct 27, 2022 by mullerch updated Oct 31, 2022
ProTip! Exclude everything labeled bug with -label:bug.