swagger-api/swagger-codegen
在 GitHub 查看[Swift3] Boolean are converted to Strings in Json
Open
#5,543 创建于 2017年5月3日
Client: SwiftIssue: Bughelp wanted
仓库指标
- Star
- (12,701 star)
- PR 合并指标
- (30 天内没有已合并 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