swagger-api/swagger-codegen
Vedi su GitHub[Swift3] Boolean are converted to Strings in Json
Open
#5543 aperta il 3 mag 2017
Client: SwiftIssue: Bughelp wanted
Metriche repository
- Star
- (12.701 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
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