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
The docs say this support enums, but how are enums supported? I didn't see any information about that in qs either, and (typescript) handles enums quite differently than rust does so I'm not sure it would be a model. Having an example of how they serialize would be very useful.
Reading that I think this project must have significant issues that make it only worth using when you have this specific use case, but even with this use case I'm not particularly inclined to working around bugs, etc.
The text was updated successfully, but these errors were encountered:
After looking at the tests, it looks like 3 enum modes are supported
Normal (external tagged)
Untagged
Tagged adjacent
Internal tagged enums are not supported?
How does untagged work? The test has e=true deserialize as a string true instead of bool true which seems like the exact opposite of what one would normally expect.
sbihel
added a commit
to sbihel/serde_qs
that referenced
this issue
Jun 12, 2023
The docs say this support enums, but how are enums supported? I didn't see any information about that in
qs
either, and (typescript) handles enums quite differently than rust does so I'm not sure it would be a model. Having an example of how they serialize would be very useful.Additionally, the readme says
Why?
Reading that I think this project must have significant issues that make it only worth using when you have this specific use case, but even with this use case I'm not particularly inclined to working around bugs, etc.
The text was updated successfully, but these errors were encountered: