Description
Currently deeply-nested arrays/objects aren’t supported. I understand that it's because of the openapi spec.
Proposal
Recently there was some development in that area - OAI/OpenAPI-Specification#1706 (comment)
Is that something that can be addressed in the current implementation? For example stringify deeply nested arrays/objects as JSON? (unjs/ufo does that)
Or qs style support with [] or [0] delimiters? Something that languages like PHP support natively?
Extra
Description
Currently deeply-nested arrays/objects aren’t supported. I understand that it's because of the openapi spec.
Proposal
Recently there was some development in that area - OAI/OpenAPI-Specification#1706 (comment)
Is that something that can be addressed in the current implementation? For example stringify deeply nested arrays/objects as JSON? (unjs/ufo does that)
Or qs style support with [] or [0] delimiters? Something that languages like PHP support natively?
Extra