When I am using queryString.stringify({foo: [1, 2, 3]}, {arrayFormat: 'comma'});
the result is 'foo=1,2,3'
, is there a way to get the entire string encoded to 'foo%3D1%2C2%2C3'
, which is a result of encodeURIComponent('foo=1,2,3')
?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too