Open davidbayo10 opened 2 years ago
Okay, I'll look into it today in my free time thanks for the issue ^^
oopsie .d
@davidbayo10 I've tested it using json, probably works fine but could you test using latest commit? I'm not at home currently so its a bit troublesome for me 😅
Hi,
Just a little question. Could be possible to marshal and unmarshal MongoDB structs with Option properties?
If you try to Decode a Cursor result, It not fits the Option struct because of value property
e.g.
Input:
Marshalled records have this struct:
I would like to decode this array into
Desire:
I like this lib for allow go structs be "Rust Like". I hope this could be possible Thank you all in advance