bitovi / querystring-parser

MIT License
8 stars 5 forks source link

HATCH-463: Handle parsing ascii null value #69

Closed cherifGsoul closed 9 months ago

cherifGsoul commented 11 months ago

Handle cases like: filter[name][$eq]=\x00 where \x00 is the decoded value of %00 that reprsents NULL value passed the query string -> decodeURIComponent("%00")