swagger-api/swagger-codegen
GitHub で見る[Swift3] Boolean are converted to Strings in Json
Open
#5,543 opened on 2017年5月3日
Client: SwiftIssue: Bughelp wanted
Repository metrics
- Stars
- (12,701 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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