Maxim Kuzmin
Maxim Kuzmin
```toml serde_with = "3.12.0" ```
Perhaps I should have included the real example. I got distracted by chasing a more minial version and didn't realize that the example above is actually impossible to deserialize (unless...
The RFC I'm implementing is for jCard (the vicardi crate) and basically, a good implementation is supposed to use JSON strings whenever there is a single element in the array:...
https://github.com/uzinfocom-org/vicardi/blob/main/src%2Flib.rs#L203 This is the type I've tried to use one of many for.