I use this lib through Eclypsia.
I was hoping it could decode an HTML form with name containing bracket and a key as follow:
import { parse } from 'fast-querystring'
test("value with key", () => {
expect(parse('test%5Bmykey%5D=myvalue')).resolves.toBe({test: {mykey: 'myvalue'}}); // test[mykey]=myvalue
});
That is not the case, it shouldn't be supported by your lib?
Thanks
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