You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
The text was updated successfully, but these errors were encountered: