Jean-Alexis Aufauvre

Results 3 comments of Jean-Alexis Aufauvre

This is a concerning one, because a client generated with OpenAPI Generator 6.0.x is likely to break as soon as new fields are added to responses. In addition to that,...

Unfortunately I don't have a fix. An idea could be to use objects instead of associative arrays for the internal representation. This can be achieved with `json_decode($json)` instead `json_decode($json, true)`.