swagger-api/swagger-codegen

[Swift3] Boolean are converted to Strings in Json

Aperta

#5543 aperta il 3 mag 2017

 (13 commenti) (0 reazioni) (0 assegnatari)HTML (5474 fork)batch import
Client: SwiftIssue: Bughelp wanted

Metriche repository

Star
 (12.701 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor