T
TanStack2d ago
metropolitan-bronze

Array of objects in search params?

Is it possible to represent an array of objects in the query param string such that Router validates it via a zod schema?
1 Reply
foreign-sapphire
foreign-sapphire2d ago
I am quite sure it should work out of the box, as tanstack router serializes and deserializes through JSON.stringify/JSON.parse

Did you find this page helpful?