swagger-api/swagger-codegen
[Swift3] Boolean are converted to Strings in Json
Aberta
#5.543 aberto em 3 de mai. de 2017
Client: SwiftIssue: Bughelp wanted
Métricas do repositório
- Stars
- (12.701 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
I'm not sure which commit changed this, but the newest client pickles booleans like this:
"boolprop": "false"
and it should be like this:
"boolprop": false