yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator
MIT License
625 stars 146 forks source link

Add 'explode' serialization parameter handling #324

Closed astopin closed 6 months ago

astopin commented 7 months ago

Motivation:

At the moment, the explode parameter is ignored and not processed, although the openapi spec may contain this parameter.

Based on https://swagger.io/docs/specification/serialization/