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
If I have an enum that is deseriliazed as untagged variant and one of the variants hold 128bit integer, then the deserialization fails. This is quite unexpected while everything works as expected with tagged variant.
I'm not sure if this is directly related to serde_json, but since my use case is JSON specific, I decided to report here. Also, I think json_simd author has run into this same issue: serde-rs/serde#1717
msdrigg, alextes, skull-squadron, Epimodev, Stranger6667 and 2 more