-
-
Notifications
You must be signed in to change notification settings - Fork 453
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
Encode empty arrays #231
Comments
See my answer in #228 (comment). It applies to this too. |
Yes, but So |
That style is already used for null values: query-string/test/stringify.js Line 117 in db66e68
I am tempted to say that |
I think |
For my use case it would be great if there would be a way to encode an empty array as well. For example, in
bracket
style, maybe{a: []}
could be encoded asa[]
only (while{a: [1]}
is encoded asa[]=1
).The text was updated successfully, but these errors were encountered: