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
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 😅