Open chmielot opened 1 year ago
When trying to deserialize a tuple struct that contains a vec I get the error
"invalid type: map, expected a sequence
I understand why that is but I'm stuck with finding a way to make it work. The following PR shows what I'm trying to do by extending the unit tests:
https://github.com/chmielot/serde_qs/pull/1/files
When trying to deserialize a tuple struct that contains a vec I get the error
"invalid type: map, expected a sequence
I understand why that is but I'm stuck with finding a way to make it work. The following PR shows what I'm trying to do by extending the unit tests:
https://github.com/chmielot/serde_qs/pull/1/files