swagger-api/swagger-codegen
Voir sur GitHub[Swift3] Boolean are converted to Strings in Json
Open
#5 543 ouverte le 3 mai 2017
Client: SwiftIssue: Bughelp wanted
Métriques du dépôt
- Stars
- (12 701 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
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