querystring-parser icon indicating copy to clipboard operation
querystring-parser copied to clipboard

How to pass integers in query string?

Open utg1-tdawg opened this issue 3 years ago • 0 comments

Hi, I have a query string filter%5BnumCars%5D=10 and when I use querystring_parser.parser.parse(qs), it returns {'filter': {'numCars': '10'}}

Is there a way to return 10 as an integer rather than string?

utg1-tdawg avatar Oct 02 '22 06:10 utg1-tdawg