swagger-api/swagger-codegen

[Swift3] Boolean are converted to Strings in Json

开放

#5,543 创建于 2017年5月3日

 (13 条评论) (0 个反应) (0 位负责人)HTML (5,474 个派生)batch import
Client: SwiftIssue: Bughelp wanted

仓库指标

星标
 (12,701 个星标)
PR 合并指标
 (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

贡献者指南