querystring-parser
querystring-parser copied to clipboard
How to pass integers in query string?
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?