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

貢獻者指南