Right now, interParse handles only "number" and defaults everything else to "text." It would be helpful to expand the system with built‑in parsers for common field types, such as:
- boolean
- date/datetime-local
- url
- email
- color
The goal is to make schemas easier to write without requiring custom parse functions for everyday field types.
Right now,
interParsehandles only "number" and defaults everything else to "text." It would be helpful to expand the system with built‑in parsers for common field types, such as:The goal is to make schemas easier to write without requiring custom
parsefunctions for everyday field types.