swagger-api/swagger-codegen

[Swift3] Boolean are converted to Strings in Json

Open

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

在 GitHub 查看
 (13 评论) (0 反应) (0 负责人)HTML (5,474 fork)batch import
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

贡献者指南