issues
search
mitchellh
/
mapstructure
Go library for decoding generic map values into native Go structures and vice versa.
https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
MIT License
7.93k
stars
677
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Multiple Tags on same field
#357
luizcarlosrodrigues
opened
5 months ago
0
How to handle key conflicts when using mapstructure:",squash" ?
#356
dangquyitt
opened
5 months ago
1
Decoding struct to struct
#355
dennis-dko
opened
7 months ago
0
Add configuration option for tag value that indicates squash
#354
triarius
opened
8 months ago
0
Decoding Struct to Map with Embedded pointer to Struct
#353
dima-koniaiev-solid
opened
8 months ago
0
regarding map decoding
#352
saiteja2021
closed
9 months ago
1
update to newer stable go version
#351
martinconic
opened
10 months ago
0
ErrorUnset conflicts with UntaggedFields
#350
mateusoliveira43
opened
11 months ago
0
Community should fork this project and maintain it on its own.
#349
prochac
opened
11 months ago
21
Dereference multiple pointers when decoding to maps
#348
sagikazarmark
closed
11 months ago
1
Decoding to maps with multiple indirection results in an error
#347
sagikazarmark
opened
12 months ago
0
Go versions
#346
sagikazarmark
closed
11 months ago
1
Add Time Format Support to "decodeTime" Function
#345
ANDERSON1808
closed
1 year ago
0
How to ignore / bypass a field in a struct which I don't own / no control?
#344
tigerinus
opened
1 year ago
1
Fix GH-340: Decoding array of slices causes panic
#343
nolag
opened
1 year ago
1
Encoding does not marshal the fields as expected
#342
Laubi
opened
1 year ago
1
Expected a map, got 'interface'
#341
du99cy
opened
1 year ago
0
Decoding array of slices causes panic
#340
nolag
opened
1 year ago
0
Documentation doesn't include any examples of decoder hooks
#339
mwgamble
opened
1 year ago
0
Custom Types
#338
TuSKan
opened
1 year ago
0
process bytes more efficiently
#337
caohao-go
opened
1 year ago
1
Add `StringToURLHookFunc` decode hook
#336
aix3
opened
1 year ago
0
Slice to slice is nil when the name is the same but the type is different
#335
ganxiangdong
opened
1 year ago
0
The time.Time type is converted to empty map
#334
van-scott
opened
1 year ago
6
chore: make and strings func call optimization
#333
testwill
opened
1 year ago
0
fix: StringToSliceHookFunc incorrectly triggered when parsing []byte
#332
fioepq9
opened
1 year ago
1
Feature/error namespace
#331
lucaf
opened
1 year ago
0
Can StringToTimeHookFunc be enhanced?
#330
kaysonwu
opened
1 year ago
0
Bug: Using ErrorUnset and IgnoreUntaggedFields together
#329
pulledtim
opened
1 year ago
0
prevent panic in TextUnmarshallerHookFunc
#328
prochac
closed
11 months ago
10
TextUnmarshallerHookFunc panics on string based types
#327
prochac
opened
1 year ago
0
Prettify nested error messages
#326
m1k1o
opened
1 year ago
0
Adding support for squash: interface
#325
m1k1o
opened
1 year ago
0
Precompute decode hooks for performance reason
#324
Succo
opened
1 year ago
2
StringToSliceHookFunc() bug when decoding to []byte fields
#323
knadh
opened
1 year ago
0
Lower case problem
#322
alpcanm
opened
1 year ago
0
why tag name invalid
#321
wangxingcong
closed
1 year ago
0
Use tag names for decoding nested map[string]interface{}
#320
jet-go
closed
1 year ago
1
time.Time Hook throws `expected a map, got 'string'`
#319
esenmx
closed
1 year ago
0
Tag rename missing is encoding
#318
jsumners
opened
1 year ago
0
Unable to unmarshal custom type hcl data
#317
RATANAJANGIR
opened
1 year ago
0
Remove shell sign from code block
#316
noamtamim
closed
7 months ago
0
Add decode hooks for netip Addr and AddrPort
#315
sagikazarmark
closed
11 months ago
3
Slice of structures deep mapping
#314
mullerch
opened
2 years ago
4
Fix: Wrong target type restriction when decoding struct to map
#313
mullerch
opened
2 years ago
0
Pointers decoding inconsistency (and discussion)
#312
mullerch
opened
2 years ago
1
Wrong target type restriction when decoding struct to map
#311
mullerch
opened
2 years ago
1
Unrelated example
#310
Chinwendu20
opened
2 years ago
0
Source data must be an array or slice, got string
#309
zhangchiyue
opened
2 years ago
2
Unable to decode single-dimension json array
#308
AlastairDewar
opened
2 years ago
0
Next