You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given this hasn't had a reply in almost 9 years and I noticed a similar issue I've created https://github.com/wattry/express-typed-query a 0 dependency alternative that parsed dates too. Regarding undefined, that is a parsing error if something is undefined Node is designed to interpret it as the absence of a value. When using JSON.parse or stringify undefined is completely ignored.
GET localhost:3000/api/blah?x=undefined&y=null
can you explicitly describe if this library handles undefined and null as expected??
I assume this
GET localhost:3000/api/blah?x=true&y=false
gets encoded to this
not this
please be more explicit in the docs thanks because I want to use this
The text was updated successfully, but these errors were encountered: