Announcing: TypeBox Form Parser #534
jtlapp
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
@jtlapp Hey awesome :) Nice work! Would you like to have the library included in the TB ecosystem list? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This library interprets HTTP form data and query parameters as objects defined by TypeBox schemas. Given a TypeBox schema and either an instance of FormData or URLSearchParams, the library parses the data as an instance of the schema to the degree that it is able, without also validating the data. To validate the resulting parsed data, pass it to TypeBox's check function or errors function, or use a TypeBox validator.
https://github.com/jtlapp/typebox-form-parser
Beta Was this translation helpful? Give feedback.
All reactions