A
arktype•2w ago
Aegis

Parsing nested form data

Hi lovely folks! Does ArkType have built-in support for parsing nested form data, e.g. parsing a set of fields like address.street, address.postcode, etc into a schema address: { street: 'string', postcode: 'string', ... }?
1 Reply
ssalbdivad
ssalbdivad•6d ago
hey! can you give an example of what the feature you'd imagine would look like if ths API existed? just trying to wrap my head around what you're looking for, which may or may not exist 😅

Did you find this page helpful?