Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any way to serialize a vector without the indices? #80

Open
oblique opened this issue Mar 6, 2023 · 0 comments
Open

Any way to serialize a vector without the indices? #80

oblique opened this issue Mar 6, 2023 · 0 comments

Comments

@oblique
Copy link

oblique commented Mar 6, 2023

I have something like this:

struct Params {
    user_ids: Vec<u32>,
}

And I want to be serialized to user_ids[]=1&user_ids[]=2, instead of user_ids[0]=1&user_ids[1]=2.

I couldn't find any way to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant