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
<input value="5" type="number" name="foo"/> would yield a number. Example -
{
"foo": 5
}
Same for type="range" and so on.
type="checkbox" could yield a boolean (instead of 'on').
type="date" and friends can yield ISO formatted dates/timestamps.